Reply to Re: Choices Command
If you don't have an account, just leave the password field blank.
CTRL-ALT-DEL, ALT-F4, and ALT-ESC didn't work and with XP there is no reset button
.
But after a proper reset CTRL-ALT-DEL workds now but still with the following revised script i still get a crash:
void talk(void)
{
freeze(1);
say_stop("`#What were YOU doing in pillbug manor?", ¤t_sprite);
choice_start()
"I was teleported there by a magical duck-mage to save our world"
"Im an idiot who just got lost"
choice_end
unfreeze(1);
}
if (&result == 1)
{
say("`#Ah ha and i'm king Daniel, u aint going anywhere", ¤t_sprite);
}
if (&result == 2)
{
say("`# Exactly as i thought, Get out of here scumbag!", ¤t_sprite);
screenlock(0);
}
Same freeze PC error

But after a proper reset CTRL-ALT-DEL workds now but still with the following revised script i still get a crash:
void talk(void)
{
freeze(1);
say_stop("`#What were YOU doing in pillbug manor?", ¤t_sprite);
choice_start()
"I was teleported there by a magical duck-mage to save our world"
"Im an idiot who just got lost"
choice_end
unfreeze(1);
}
if (&result == 1)
{
say("`#Ah ha and i'm king Daniel, u aint going anywhere", ¤t_sprite);
}
if (&result == 2)
{
say("`# Exactly as i thought, Get out of here scumbag!", ¤t_sprite);
screenlock(0);
}
Same freeze PC error
