Thread: RPG System
View Single Post
  #8  
Old 07-07-2002, 12:59 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by darkriders_p2p


wouldn't

setstring this.attacker,#p(test);

also work just the same?
no, #p(index) in params is similar to tokens, you can't just 'assign' an index for it, it does in the order it is stated in the triggeraction, the only was you would use
#p(test)
is if you did something like
test=1;

Last edited by Python523; 07-08-2002 at 01:21 AM..
Reply With Quote