The Dink Network

Reply to Re: Dink Modification

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:
 
 
October 14th 2007, 06:25 AM
burntree.gif
Fireball5
Peasant He/Him Australia
Let me heat that up for you... 
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