#22700
Crystal Spiders~
0 b 40
~
eval Choice %random.5%
eval Room %self.room%
eval Char %Room.people%
while %Char%
* really ought to be can char see me?
if %Char.canbeseen%
switch %Choice%
case 1
%sendc% %Char% %self.name% chitters.
break
case 2
%sendc% %Char% %self.name% clicks its mandibles.
break
case 3
%sendc% %Char% Light reflects off %self.name%'s body, creating patterns on the floor.
break
case 4
%sendc% %Char% %self.name% looks at you with its crystalline compound eyes.
break
case 5
%sendc% %Char% %self.name% snaps at and swallows something unidentifiable swimming in the acid.
break
done
else
switch %Choice%
case 1
%send% %Char% Something chitters.
break
case 2
%send% %Char% Something makes a clicking noise.
break
case 3
break
case 4
%send% %Char% You get the feeling that something is looking at you.
break
case 5
%send% %Char% You hear small splashing and snapping noises.
break
done
eval Char %Char.next_in_room%
done
~
$~