Ok, so I've set up the global variable, pardon my denseness, but do I put the first code in room 2 as a new function or mix it up with the event??? My event on entering the room is:
// room script file
function room_FirstLoad()
{
cPlayer2.Say("Speech text");
cPlayer1.Say("Speech text");
cPlayer2.Say("Speech text");
}
The way I'm understanding it I add your code in after this part as a new function?
Thanks for your help!
NN
// room script file
function room_FirstLoad()
{
cPlayer2.Say("Speech text");
cPlayer1.Say("Speech text");
cPlayer2.Say("Speech text");
}
The way I'm understanding it I add your code in after this part as a new function?
Thanks for your help!
NN