Find
You are looking at a Daily COW
We now have a news room
find the news room
you can read the all of the articles in there with the new
news
command.
Feel free to add a new article to the news room.
The editor will archive old news items off into the archive box. Feel free to wanter in there to read old news.
Created by
wolis
, last updated 31 Jan 2015
Code
##nxewuser:runsub sendtoshed;
##sendtoshed:
var $shed to 6926;
set $init_obj's loc to $shed;
msg 0,$init_obj,0,0,'shout',"[$init_obj] is whisked off to the [$shed] as they are rather new",$init_obj;
##examines:runsub isitme;
##isitme:
if $actor eq $target then readnews else end;
##readnews:
call "readall news room";
#var $news to 21790;
#say 'msg',"[$init_obj] read the news in [$news]";
#msg $loc,$init_obj,0,0,'force',"force:look $news, examineall";