View Single Post
  #2  
Old 02-01-2007, 08:17 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by theHAWKER View Post
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
PHP Code:
#v(this.slash) 
instead of
PHP Code:
#s(this.slash) 
because its a variable, or just script everything in GS2, would be better :]
Reply With Quote