 |
TonDiening GURU

Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Thu Apr 11, 2002 4:58 am
Trigger Question! PLEASE HELP |
#TRIGGER {^Clan~: (%w) entering Crimson II} {#ALARM +15 {clan tell Hi %1 welcome to HELL.}}
The alarm +15 makes that clan statement happen
15 seconds after it sees someone enter.
As for color, that depends on your mud.
Ton Diening |
|
|
 |
TonDiening GURU

Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Thu Apr 11, 2002 7:40 am |
& is a special character (view->preferences-special characters)
and is usually reserved for Database char.
It just means you need a speicial characters
quote char, default ~, in front of it to
tell zMud to not use it for the database
special char purpose.
ie:
#TRIGGER {^Clan~: (%w) entering Crimson II} {#ALARM +15 {clan tell Hi %1 welcome to ~&RHELL~&R.}}
Ton Diening |
|
|
 |
|
|