|
Dscoiho Newbie
Joined: 19 Jan 2001 Posts: 4
|
Posted: Tue Apr 08, 2003 12:13 am
Help with variable. |
I need help with a variable. When I bash a person you get the following if successful "You slam into *<Title> <character>*, and send it flying!". If you fail you receive "You fall flat on your face!". I am trying to get it to continuely bash the character I am fighting at that time until they flee or die.
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Tue Apr 08, 2003 12:54 am |
Automatic actions are done with #TRIGGER, not #VARIABLE. On most MUDs, bash will automatically target your primary melee opponent, so these should do it.
#TR {^You slam into} {bash}
#TR {^You fall flat on your face} {bash}
LightBulb
Advanced Member |
|
|
|
|
|