Code:
Name: 'TBA Welcome - 18', VNum: [ 199], RNum: [ 198]
Trigger Intended Assignment: Mobiles
Trigger Type: Act , Numeric Arg: 1, Arg list: entered reconnected
Commands:
* By Rumble of The Builder Academy tbamud.com 9091
* TBA mortal greet to fill out the application.
if %actor.is_pc% && %actor.level% == 1
context %actor.id%
wait 1 sec
if %actor.varexists(TBA_mortal_greeting)%
say Welcome back %actor.name%. Tell someone level 32 or above when you complete the application.
else
say Welcome to The Builder Academy %actor.name%.
wait 2 sec
say If you are interested in learning how to build, or want to teach others, then you have come to the right place.
wait 2 sec
say Please fill out the application at: http://www.geocities.com/buildersacademy
nop %actor.thirst(-1)%
nop %actor.hunger(-1)%
set TBA_mortal_greeting 1
remote TBA_mortal_greeting %actor.id%
if !%actor.has_item(1332)%
%load% obj 1332 %actor% inv
end
end
end
for TBA.