|
lkpeter Newbie
Joined: 30 Dec 2002 Posts: 6 Location: USA
|
Posted: Mon Dec 30, 2002 8:35 am
Title aliases |
HI,
HOw does one create a title alias. For example i want to substitute the Knight of Renown -20- whenver Knight of Renown shows up.
thanks,peter |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Mon Dec 30, 2002 12:01 pm |
#TRIGGER {Knight of Renown} {#SUB {Knight of Renown -20-}}
Kjata |
|
|
|
lkpeter Newbie
Joined: 30 Dec 2002 Posts: 6 Location: USA
|
Posted: Mon Dec 30, 2002 9:30 pm |
Ah, thanks. Now then how do i create a bunch of triggers then, if i have them typed out in a text file?
|
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Mon Dec 30, 2002 9:31 pm |
Depends on how it is typed out on the file. Post a few lines from the file.
Kjata |
|
|
|
lkpeter Newbie
Joined: 30 Dec 2002 Posts: 6 Location: USA
|
Posted: Wed Jan 01, 2003 1:35 am |
Hi Kjata, thanks for all your help. Here is a few lines of my text file.
#trigger{the Telepath}{#sub{the Telepath (20)}}
#trigger{the Apothecary}{#sub{the Apothecary (21)}}
#trigger{the Apothecary}{#sub{the Apothecary (21)}}
#trigger{the Astrologer}{#sub{the Astrologer (21)}}
#trigger{the Astrologer}{#sub{the Astrologer (21)}}
#trigger{the Caretaker}{#sub{the Caretaker (21)}} |
|
|
|
Edwub Wanderer
Joined: 21 Nov 2002 Posts: 85 Location: USA
|
Posted: Wed Jan 01, 2003 4:12 am |
Just copy paste them into zmud (the way you normally enter commands).
Put them in the bar, hit enter, they're done =)
Edwub the Mage |
|
|
|
lkpeter Newbie
Joined: 30 Dec 2002 Posts: 6 Location: USA
|
Posted: Wed Jan 01, 2003 6:52 am |
But i have 1500 of these. and i can only copy paste little at a time.
|
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Wed Jan 01, 2003 1:33 pm |
Use #READ:
#READ filename
Kjata |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Wed Jan 01, 2003 4:41 pm |
You'll need to add some spaces between things.
#trigger{the Telepath}{#sub{the Telepath (20)}} //wrong
#trigger {the Telepath} {#sub {the Telepath (20)}} //right
LightBulb
Senior Member |
|
|
|
|
|