Register forum user name Search FAQ

Gammon Forum

Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the password reset link.

Due to spam on this forum, all posts now need moderator approval.

 Entire forum ➜ MUSHclient ➜ Tips and tricks ➜ Random Greet

Random Greet

It is now over 60 days since the last post. This thread is closed.     Refresh page


Posted by Cuprohastes   (14 posts)  Bio
Date Mon 11 Aug 2003 01:52 PM (UTC)
Message
This is an alias: rwave *
It produces one of 9 random greetingse e.g.

rwave Alex
produces
Cuprohastes waves to Alex
or
Cuprohastes nods to Alex
or...well, you get the idea. Edit it for your MUCK's syntax.

<alias
match="rwave *"
enabled="y"
expand_variables="y"
send_to="12"
sequence="100"
>
<send>randomize
social = Int(8*rnd)

if social=0 then
World.Send &quot;:waves to %1&quot;
elseif social=1 then
World.Send &quot;:nods to %1&quot;
elseif social=2 then
World.Send &quot;:nods politely to %1&quot;
elseif social=3 then
World.Send &quot;:waves politely to %1&quot;
elseif social=4 then
World.Send &quot;:notices %1 and waves&quot;
elseif social=5 then
World.Send &quot;say Hi %1&quot;
elseif social=6 then
World.Send &quot;say Hello %1&quot;
elseif social=7 then
World.Send &quot;:tailwaves to %1&quot;
elseif social=8 then
World.Send &quot;:wingwaves to %1&quot;
end if</send>
</alias>
Top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


8,364 views.

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.