Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > Old Scripting Engine (GS1)
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #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
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 03:46 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.