Hello,
The following script is giving me problems. If I type pull, the first
trigger
will go off, even without chain. I want it to respond to "pull chain" or
"pull torch",
not just pull. Any help would be appreciated.
Trigger Intended Assignment: Rooms
Trigger Type: Command , Numeric Arg: 0, Arg list: pull
Commands:
if %arg% = chain
wait 30
wecho A form comes out of shadows
wload mob 99
else if %arg% = torch
wait 30
wecho A small man appears before you
wload mob 3000
else
wecho What did you want to do?
return 0
end
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST