Quote:
Originally Posted by theHAWKER
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?
|
You are using hella old script commands in your scripts. Why exactly? You have to script your own rupee npc here.
Edit: Oh yes, btw, you should either use
instead of
because its a variable, or just script everything in GS2, would be better :]