Cheers Crimson Wizard,
Just to confirm (in case we have cross wires):
Enemy1a && Enemy1b are Ints that both start at 3 and when both reach 0 a bool becomes true.
Although I have chosen another option knowing this way may help me for later on.
cheers
While I'm here, I may as well slip this one in:
Rep Exec:
Is it possible to display Mouse Walk graphic while executing this code before changing modes?
}
if (mouse.Mode==eModeWalkto)
{
cryan.SpeechView=14;
cryan.Say("I'm too busy reading this map to walk around!");
mouse.SelectNextMode();
}
}
cheers again