Welcome to the Builder Academy

Question Trigger of the Day - TBA Start

More
21 Mar 2014 12:35 #4769 by Rumble
This is another nice greet trigger at login that sets hunger/thirst to off, loads the trial vnum assigner and asks the new builder to fill out the application.
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 builderacademy.net 9091 * TBA mortal greet to fill out the application. if %actor.is_pc% && %actor.level% == 1 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://tbamud.com/builderapplication 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
If this was helpful please vote or leave a review for TBA.

Rumble
The Builder Academy
tbamud.com 9091
rumble@tbamud.com

Please Log in or Create an account to join the conversation.

Time to create page: 0.176 seconds