when i put into the script window to turn a switch on, my game freezes. More specifically i'm trying to make it so a guy stands in your way and will only move when you have permission from his superior. When i talk to the boss, the text runs fine and then the game freezes when it's done. Basically here's what the script looks like:
Message: blah blah blah
Message:blah blah blah
Show Choices:
Yes:
Message: blah
Switch [0001:permission]= ON
No:
Message: Blah
End
when i talk and say yes, he says the yes massage and then it stops, when i say no, it continues normally. i have tried putting the switch first but it's the same result
Have i missed something or what's the problem and what can i do to fix it?
Thanks in advance