The Dink Network

Reply to Re: Different topic - having to do with menu in Dink

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:
 
 
June 7th 2008, 09:07 AM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
stop_entire_game(1) will stop everything except choice menus. You would use stop_entire_game(0) to get back to the game. I must warn though this is buggy because your magic meter still fills up, so players could take advantage of that unless you make a variable to record what the magic level was and then reset it when you want to unfreeze the game.

You are describing the 'escape button' menu, this can be altered via the script escape.c.

If you wanted to stop the after death attacks, you need to alter dinfo.c (runs when Dink dies.) You could use stop_entire_game(); or you could reset the targets of all monsters to 0.