The Dink Network

Reply to Re: Push Rock

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:
 
 
December 17th 2004, 11:08 AM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
Add an if-statement that checks if Dink's level is 10. If you want it only to happen at level 10, it should be if (&level == 10) - if you want it to happen when Dink's level is at least 10, it should be if (&level >= 10) or if (&level > 9).

if (&level > 9)
{
//here add the code that disallows Dink to push (or ends the script so the push part doesn't get run)
}