Hello,
I play a MUD called armageddon. Normally when I climb I type code like U (emote) eg: U (gripping the rope tightly) productes output : Gripping the rope tightly, you climp upwards.
Id like to create an alias that will randomly fire say 20% of the time, and when it fires, appends a random emote from an array of emotes.
dim climb
climb[1]="spitting into ^me hands and rubbing them together"
climb[2]="taking the strain on the rope"
..
climb[18]="gripping the rope tightly"
climb[19]="wrapping the wrope around ^me leg"
climb[20]="blinking as dust falls in ^me face"
I've had a look through the forums, but can't get this working myself. If anyone could offer a suggestion, or point to a relevant thread, i'd be most grateful.
Thanks
I play a MUD called armageddon. Normally when I climb I type code like U (emote) eg: U (gripping the rope tightly) productes output : Gripping the rope tightly, you climp upwards.
Id like to create an alias that will randomly fire say 20% of the time, and when it fires, appends a random emote from an array of emotes.
dim climb
climb[1]="spitting into ^me hands and rubbing them together"
climb[2]="taking the strain on the rope"
..
climb[18]="gripping the rope tightly"
climb[19]="wrapping the wrope around ^me leg"
climb[20]="blinking as dust falls in ^me face"
I've had a look through the forums, but can't get this working myself. If anyone could offer a suggestion, or point to a relevant thread, i'd be most grateful.
Thanks