Code:
Name: 'Warrior Guildguard - 127', VNum: [ 133], RNum: [ 133]
Trigger Intended Assignment: Mobiles
Trigger Type: Leave , Numeric Arg: 100, Arg list: None
Commands:
* By Rumble of The Builder Academy tbamud.com 9091
* Replaces the guildguard special procedure.
* Check the direction the player must go to enter the guild.
if %direction% == up
* Stop them if they are not the appropriate class.
if %actor.class% != warrior
return 0
%send% %actor% The guard humiliates you, and blocks your way.
%echoaround% %actor% The guard humiliates %actor.name%, and blocks %actor.hisher% way.
end
end
for TBA.