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
for TBA.