done that, thanks, my errors are now only one,
room5.asc(142): Error (line 142): PE04: parse error at 'unhandled_event'
function hTelephone_UseInv()
{
if (player.ActiveInventory == inventory[3]) {
dialog[0].Start();
}
else {
unhandled_event(1, 3);
}
}
any ideas?
room5.asc(142): Error (line 142): PE04: parse error at 'unhandled_event'
function hTelephone_UseInv()
{
if (player.ActiveInventory == inventory[3]) {
dialog[0].Start();
}
else {
unhandled_event(1, 3);
}
}
any ideas?