Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiple RESTEST? [SOLVED]
Author Message
x77x
Master
**

Posts: 488
Likes Given: 0
Likes Received: 15 in 15 posts
Joined: Mar 2012
Reputation: -4



Post: #6
RE: Multiple RESTEST?
as long as no one brings up FUNCTION, alot of the syntax is still the same...
thats why it went in the 56b section


this is what i was getting at...


Code:
[TRIG 1751]
// TEST
ONTRIGGER=DCLICK
    IF <SRC.RESTEST 5 07725>
    SRC.SYSMESSAGE=You have too many grenades.
    RETURN 1
    ELSE
    IF <SRC.TARG.DISTANCE>>2
    SRC.SYSMESSAGE=You are too far away.
    RETURN 1
    ELSE
    SRC.NEWITEM=07725
    SRC.ACT.BOUNCE    // put it in your pack.
    RETURN 1
    ENDIF


THANK YOU MULAMBO! =)

Dragons of Time 2000-2020
http://dragonsoftime.com
(This post was last modified: 03-29-2013 10:36 AM by x77x.)
03-29-2013 10:08 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Multiple RESTEST? [SOLVED] - x77x - 03-28-2013, 12:24 PM
RE: Multiple RESTEST? - amonvangrell - 03-28-2013, 01:08 PM
RE: Multiple RESTEST? - admin phoenix - 03-28-2013, 04:23 PM
RE: Multiple RESTEST? - Mordaunt - 03-28-2013, 10:51 PM
RE: Multiple RESTEST? - Mulambo - 03-29-2013, 03:47 AM
RE: Multiple RESTEST? - x77x - 03-29-2013 10:08 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)