6 lines
156 B
Plaintext
6 lines
156 B
Plaintext
Scriptname defaultAllowPCDialogueScript extends Actor
|
|
{script will make this actor able to talk to the PC}
|
|
|
|
event OnLoad()
|
|
AllowPCDialogue(true)
|
|
endEvent |