The Dink Network

Reply to Re: Choices Command

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
July 8th 2003, 05:31 PM
dragon.gif
eug1404
Peasant He/Him New Zealand
 
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