Here is my script:
Ã, else if (parameter == 3)
Ã, Ã, {MoveCharacter (GHOST, 190, 150);
Ã, Ã, WaitKey (80);
Ã, Ã, NewRoomNPC (GHOST, -1, 25, 160);
Ã, Ã, StartCutscene(1);
Ã, Ã, Display ("Here is some text.");
Ã, Ã, NewRoom(3);
Ã, Ã, Display ("Here is some more text.");
Ã, Ã, WaitKey (40);
Ã, Ã, FaceLocation (NIK, 150, 160);
Ã, Ã, TintScreen (100, 50, 0);
Ã, Ã, Display ("More text.");
Ã, Ã, Display ("Text.");
Ã, Ã, Display ("Guess.");
Ã, Ã, MoveCharacter (NIK, 5, 170);
Ã, Ã, MoveCharacter (NIK, 160, 160);
Ã, Ã, Display ("More text.");
Ã, Ã, DisableHotspot(2);
Ã, Ã, MoveCharacter (NIK, 92, 155);
Ã, Ã, SetCharacterView (NIK, 5);
Ã, Ã, AnimateCharacter (NIK, 0, 5, 0);
Ã, Ã, ReleaseCharacterView (NIK);
Ã, Ã, SetCharacterView(NIK, 9);
}
}
The last three commands are equivelent to the quick animation setting in the interaction editor.
My problem is that it doesn't go to the new room when it is supposed to. It only goes there when all command have been done. I really need help! Once I figure this out, I'll be able to fix my game to perfection!
Ã, else if (parameter == 3)
Ã, Ã, {MoveCharacter (GHOST, 190, 150);
Ã, Ã, WaitKey (80);
Ã, Ã, NewRoomNPC (GHOST, -1, 25, 160);
Ã, Ã, StartCutscene(1);
Ã, Ã, Display ("Here is some text.");
Ã, Ã, NewRoom(3);
Ã, Ã, Display ("Here is some more text.");
Ã, Ã, WaitKey (40);
Ã, Ã, FaceLocation (NIK, 150, 160);
Ã, Ã, TintScreen (100, 50, 0);
Ã, Ã, Display ("More text.");
Ã, Ã, Display ("Text.");
Ã, Ã, Display ("Guess.");
Ã, Ã, MoveCharacter (NIK, 5, 170);
Ã, Ã, MoveCharacter (NIK, 160, 160);
Ã, Ã, Display ("More text.");
Ã, Ã, DisableHotspot(2);
Ã, Ã, MoveCharacter (NIK, 92, 155);
Ã, Ã, SetCharacterView (NIK, 5);
Ã, Ã, AnimateCharacter (NIK, 0, 5, 0);
Ã, Ã, ReleaseCharacterView (NIK);
Ã, Ã, SetCharacterView(NIK, 9);
}
}
The last three commands are equivelent to the quick animation setting in the interaction editor.
My problem is that it doesn't go to the new room when it is supposed to. It only goes there when all command have been done. I really need help! Once I figure this out, I'll be able to fix my game to perfection!