enderalse/source/scripts/defaultallowpcdialoguescript.psc

6 lines
156 B
Plaintext
Raw Normal View History

Scriptname defaultAllowPCDialogueScript extends Actor
{script will make this actor able to talk to the PC}
event OnLoad()
AllowPCDialogue(true)
endEvent