Thread: Drop items
View Single Post
  #25  
Old 08-28-2002, 02:52 AM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
Quote:
Originally posted by emortylone
LOL, I am looking @ it now... I was actually working on my own new version of commands.rtf that has like if commands sorted, better explanations and such, but if it's good then there isn't a point in me finishing =P Here is PART of the code you're looking for, I made it a few weeks ago when someone asked me how to have it detect when a gold rupee is dropped. I won't give you the full script (I'm not THAT nice!) but you should be able to find some way to modify it:
[code]
if (created)
{ this.money=playerrupees;
timeout=0.25;
}
if (timeout)
{ if (playerrupees=this.money+100)
{ actions; //this is where you put in what you want to happen
}
timeout=0.25;
}
---Shifter
please tell me thats not how you script. X.x



ps. i pmed stefan about your account shifter, he said that it looks fine, X.x
__________________
[signature]insert here[/signature]
Reply With Quote