I've been messing around with this script for a while now but am constantly getting errors compiling. I want that when player activates a "blood plane", like water but blood, that a spell is cast on him/her - spell yet to be made. I'm in the right ballpark but compiling errors are asking for functions. Here's the basics of what I've grasped from the Wiki.
Spell Property mySpell AutoObjectReference Property myActivatorEvent OnActivate(objectreference akActionRef)mySpell.cast(myActivator, playerRef)
I've been using States, not shown in the above I know but the compiler won't have it. Help appreciated.