Find
You are looking at an explosion
Created by
suinoukon
, last updated 15 Dec 2008
Code
#/#use:
runsub bigboom1;
##bigboom1:
if $actor = $target then bigboom2 else end;
##bigboom2:
msg 0,$actor,0,0,'shout',"You hear a tremendous explosion!",$actor;