The Dink Network

Reply to Re: stupid question actually

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 20th 2003, 10:41 AM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
Well, you can open main.c to edit the values there:

make_global_int("&lifemax", 10);
make_global_int("&life", 10);
//or other ones

or you can add lines like these to start-1.c (where the game starts) and set them to the values you like:

&lifemax = 20;
&life = 20;

If you use the Skeleton, there are already some lines like those in start-1.c. You can change those or add your own ones, see main.c for the variables you can change.