Welcome to the Builder Academy

Question Trigger of the Day - Room Enter Example

More
01 Jun 2013 21:07 #2845 by Rumble
Code:
Name: 'Room Enter Example', VNum: [ 55], RNum: [ 55] Trigger Intended Assignment: Rooms Trigger Type: Enter , Numeric Arg: 100, Arg list: None Commands: * By Rumble of The Builder Academy tbamud.com 9091 if %actor.is_pc% if %actor.sex% == male return 0 %send% %actor% An invisible barrier blocks you. A voice rings out "No men allowed." %echoaround% %actor% %actor.name% walks into an invisible barrier and a voice booms "No men allowed." elseif %actor.sex% == female %echo% Ladies are always welcome! else * must be neutral. return 0 %send% %actor% An invisible barrier blocks you. A voice rings out "No... things allowed." %echoaround% %actor% %actor.name% walks into an invisible barrier and a voice booms "No... things allowed." 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.204 seconds