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