View Single Post
  #1  
Old 02-01-2007, 08:15 PM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Adding rupees...

i have a script where u slash the box 50 times and u get a rupee, but
lay2 greenrupee,playerx,playery; just drops your own rupee and dosn't benefit you at all
my script it:
PHP Code:
//#CLIENTSIDE
if (created || playerenters) {
this.slash 30;
show;
timeout=.05;
}
if (
wa****){
this.slash -= 1;
}
if (
this.slash ==0){
lay2 greenrupee,playerx,playery;
this.slash 30;
}
if (
timeout){
message Slash Me #s(this.slash) More Times!;
timeout=.05;

so how would i make it so you just get a rupee?
__________________
**FLIP OUT**
Reply With Quote