Find
You are looking at a cloud which is a stratocumulus
This a perfect example of a cloud.
Read about it in the learning room
read the book about clouds
or
goto the learning room
to learn about all sorts of other things
Created by
wolis
, last updated 01 Aug 2015
Code
##tickhour2:runsub moveme;
##wish:runsub moveme;
##moveme:
find $loc,random doorway;
var $type to (cirrus,cirrocumulus,cirrostratus,altocumulus,altostratus,nimbostratus,stratocumulus,stratus,cumulus,cumulonimbis);
set $actor's extra to "which is a $type";
call "go $found_id";
runsub zapit/5;
var $mood to (you hear the sound of rumbling thunder,rain starts to fall in your head,the clouds look ominous);
say "msg","$mood";
find $loc, random player;
call "zap $found_id";