| Author |
Message |
Topic: String list triggers |
bleme1
Replies: 5
Views: 3446
|
Forum: CMUD General Discussion Posted: Fri Jan 16, 2009 7:04 am Subject: String list triggers |
| Thanks for looking out for me oldguy2, but I really simplified my question just so I could re-learn the basics and go from there. My hard drive crashed recently and I am trying to reconstruct scripts ... |
Topic: String list triggers |
bleme1
Replies: 5
Views: 3446
|
Forum: CMUD General Discussion Posted: Wed Jan 14, 2009 6:45 am Subject: String list triggers |
I have a string list variable:
#var hate {bunny|bird|frog}
Whenever I see something in that variable, I want it to trigger:
#act {@hate} {kill @hate}
I have also tried:
#act {@hate} {kill %1}
#a ... |
| |