|
RayJenkins Newbie
Joined: 20 May 2002 Posts: 2 Location: USA
|
Posted: Sat Apr 20, 2002 11:57 am
Money restriction |
Hey, this is my first post :)
I am trying to set up a bot but I have no idea how to restrict the amount of money in order for my trigger to work!
This is the basic outline of what I'm trying to do:
%w gives you %d(between ## and ##) coins
I just can't figure out how to do it, please help! |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sat Apr 20, 2002 1:40 pm |
#IF is the usual method.
#TR {(%w) gives you (%d) coins} {#IF ((%2 > 15) AND (%2 < 30)) {something} {tell %1 wrong amount}}
LightBulb
Vague questions get vague answers |
|
|
|
RayJenkins Newbie
Joined: 20 May 2002 Posts: 2 Location: USA
|
Posted: Sat Apr 20, 2002 1:49 pm |
thank you!!
|
|
|
|
|
|