#5600
Bridge Sways~
2 b 100
~
wait 60 s
if %self.vnum% == 5609
eval WindIsBlowing 1
global WindIsBlowing
%echo% You start to feel a breeze. The bridge is wobbling under your feet.
wait 20 s
%echo% The wind picks up; the bridge is swaying alarmingly and you feel very unsafe.
wait 20 s
%echo% The bridge overturns, dumping you into midair!
eval Char %self.people%
while %Char%
eval TheNext %Char.next_in_room%
%force% %Char% down
eval Char %TheNext%
done
wait 5 s
%echo% The wind dies down.
else
%echo% You start to feel a breeze.
wait 20 s
%echo% The wind picks up.
wait 20 s
%echo% You are nearly knocked down by a sudden gust.
wait 5 s
%echo% The wind dies suddenly.
eval WindIsBlowing 0
global WindIsBlowing
end
wait 20 s
~
#5601
Bridge Enter Warning~
2 g 100
~
wait 15
%send% %actor% The bridge is swaying in the wind - you feel like getting off it soon.
~
$~