You know... if you use zMUD....:

[ Follow Ups ] [ Post Followup ] [ Dioxide's CForum ]

Posted by [_SnArF_] on October 19, 2000 at 10:37:42:

In Reply to: Today will be my last day to post any logs in the forum posted by Belaran on October 19, 2000 at 08:25:31:

You could actually have multiple emotes for one spell, but have it randomly display only one. So, say, for detect magic (My favorite spell, which, by the way should be so much more powerful than it really is... but I'll leave that rant for later) you could do something like:

#alias dtm {#var num %rand(1,3);#if (@num == 1) {say Oh Lord, grant me the power to see all that which is magical!};#if (@num == 2) {emote makes a few hand gestures and touches the lids of his eyes.};#if (@num == 3) {emote utters a few incoherant words, and then says 'Who's your daddy?!'};c 'detect magic' %1}

So, in theory... you could "dtm (person)" (or exclude person for yourself) and have one of the 3 go off. Just an idea. *shrug*

--Snarf the zMUD

GOD

.

Follow Ups:

Post a Followup

Name:
E-mail:
Subject:
Comments:


[ Follow Ups ] [ Post Followup ] [ Dioxide's CForum ]