Im using this script for the interaction stand on hotspot:
It involves needing to speak to someone before you can leave the room, the global Int works its jsut when the display speech is up it gets Jammed cause he is still on the hotspot. Ive tred putting move char after and no luck, with wait in he just stands still then talks.....
if (GetGlobalInt (1)==1) {
NewRoomEx (4, 227, 117); }
else {
MoveCharacter (EGO, 249, 125);
Wait (1);
DisplaySpeech (EGO, "I should speak to Mika first");
}
Very grateful for any help
It involves needing to speak to someone before you can leave the room, the global Int works its jsut when the display speech is up it gets Jammed cause he is still on the hotspot. Ive tred putting move char after and no luck, with wait in he just stands still then talks.....
if (GetGlobalInt (1)==1) {
NewRoomEx (4, 227, 117); }
else {
MoveCharacter (EGO, 249, 125);
Wait (1);
DisplaySpeech (EGO, "I should speak to Mika first");
}
Very grateful for any help
