Hi.. I'm trying to get a system setup for Achaea.. I need to be able to accept a tell from someone, check their name against a list of acceptable people, and then execute commands based on that name.
right now i've got..
Trigger:
pattern: (%w) tells you, ~"Summon.~"
commands:#var incsummon %1
#if %ismember( @incsummon, @validsummons) {rescuesummon @incsummon} {
tell @incsummon I'm afraid you're not permitted to use Puppet Summoning.
#unvar incsummon
}
Variable:
Name: Validsummons
Value: Olath
Variable:
Name: Olath
Value: 74315
Alias:
Name: rescuesummon
Commands:tell @incsummon Standby for Puppetry Summon
get @%1 from backpack
The rescue summon alias is evaluating to @Olath when activated via the trigger, yet "rescuesummon Olath" evaluates correctly.. Anybody? :)
Jerle Minara,
zMUD 6.22 Win98
Aetolia and Achaea Addict!