Hi
I've scored with this using the old &&:
Code: ags
Just seen your reply thanks Calin
barefoot
I've scored with this using the old &&:
function room_RepExec()
{
if (IsTimerExpired(1) == 1) {
int ran=Random(2);
if (ran == 0)cdiablo2.Say("You've got the wrong man!")&& cleech.Say("Poppycock!");
else if (ran == 1)cdiablo2.Say("I'm innocent!") && cleech.Say("You're as guilty as Manson!");
else if (ran == 2) cdiablo2.Say("I'm missing my break time!")&& cleech.Say("That's such a pity!");
SetTimer(1, 120);
}
}
Just seen your reply thanks Calin
barefoot