Find
You are looking at a park ranger
He's only here to make sure that you don't do anything wrong while you're here.
Created by
a lost object #19500
, last updated 14 Jul 2012
Code
##arrives:runsub whattodo;
##create:runsub rangersay;
##whattodo:if name like "superblah" then oops else hehe;
##hehe:
say 'msg',"[$actor] says politely 'Please read the sign before anything else. It is imperative that you do so.'";
##rangersay:if name like "superblah" then other else haha;
##haha:
say 'msg',"[$actor] says nicely 'I
do
hope that's appropriate.'";
##oops:
say 'msg',"[$actor] says politely 'Hello, Mr. Superblah.'";
##other:
say 'msg',"[$actor] says politely 'That looks very nice, Mr. Superblah.'";