|
Mangese Beginner
Joined: 14 Mar 2003 Posts: 11 Location: USA
|
Posted: Tue Apr 15, 2003 6:49 pm
A simple capture needed |
I'm not a programer but I do like to role play a bit.
I’m trying to create an illusion that can react with other folks.
So if: {Name} pets a Phoenix
It would trigger: cast Illusion A Phoenix looks indifferently at {Name}
I'm not sure who in the room will react with the Illusion so I would like to capture the name of anyone who speaks or emotes at my illusion.
It’s a class I would like to be able to turn on and off
Thanks |
|
|
|
gedron Beginner
Joined: 01 Feb 2003 Posts: 15
|
Posted: Tue Apr 15, 2003 7:14 pm |
Something like:
#CLASS illusion
#TR {^(%w) pets a Phoenix} {cast illusion A Pheonix looks indifferently at %1}
#CLASS 0
To turn it off type #T- illusion
To turn it back on type #T+ illusion
Or you could put those last two commands into a Button that will send the commands for you with just a click |
|
|
|
Mangese Beginner
Joined: 14 Mar 2003 Posts: 11 Location: USA
|
Posted: Tue Apr 15, 2003 7:21 pm |
Thank you Very Much! Your help is going to put a little more fun into social time.
|
|
|
|
|
|