Event OnSomething(ObjectReference actor)
if actor == game.getPlayer() && game.climate(damnCold) && bAintWearingNoFur
game.player.doDamagePerSecond(1)
endif
endEvent
The syntax ain't the issue. I'm not familiar with the this scripting language yet, but like with any language, should be fairly easy to find help about using the correct syntax, functions etc. But triggering the events... Jesus... What are the steps to do it in order to get it even started?
Add script to player character? If so, who is the player character? "Player" in the Actors/Actor/Actor/Male -property? Or something else?
Above all: Which event to use if I want to check what happends to the player character? OnHit is pretty straightforward, but what about if I want to check something when he's being seen? Etc.
I could really appreciate some help here. If I could just receive a little push here, I'm certain I could take it from there. But damn, it's hard to be a beginner again... O_o
Thanks in advance,
Fen

