Reply to Re: Dink Modification
If you don't have an account, just leave the password field blank.
tey can be shown on the status bar, using sp_noclip(); (i think) but you won't have much room to put it in (i tried it but couldn't find an empty space). i recon that if you want extra stats, make the numbers small or put them elswhere on the screen. a good idea is have a certain script that shows you the stats, like SimonK in Pilgrims quest.
if you wanted an attack like that, maybe you could make a choice menu?
choice_start();
title_start();
Select an attack
title_end();
"Attack1"
"Attack2"
"3"
"4"
"5"
"Nevermind"
choice_end();
if (&result == 1)
{
blahblahblah
if you wanted an attack like that, maybe you could make a choice menu?
choice_start();
title_start();
Select an attack
title_end();
"Attack1"
"Attack2"
"3"
"4"
"5"
"Nevermind"
choice_end();
if (&result == 1)
{
blahblahblah






