|
Akira Newbie
Joined: 15 Dec 2002 Posts: 8 Location: USA
|
Posted: Thu Apr 29, 2004 11:32 am
name trigger needed |
ok I'm playing on a mud right now where you don't see people by there name. You just see there discription. I was told that you could make a trigger to change the description into a name with Zmud, and I was wondering if there was someone here that could show me how. a description might look something like this.
A tall, broad-shouldered man.
what I'd like to be able to do is after I learn the characters name, change his description. So then when I see him I just see his name and not the description if thats posable. |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Thu Apr 29, 2004 2:41 pm |
#SUB {A tall, broad-shouldered man} {Akira}
|
|
|
|
mr_kent Enchanter
Joined: 10 Oct 2000 Posts: 698
|
Posted: Thu Apr 29, 2004 3:25 pm |
How difficult would it be to store those items in the database, and call up the correct one with a trigger? i.e. NAME and DESC as fields
How would this be done? |
|
|
|
|
|