Find
You are looking at a command called cough
cough
A quik and simple command for coughing.
cough
Created by
wolis
, last updated 24 Dec 2006
Code
if '$cmd_text' eq "" then sub1 else sub2;
##sub1:
say 'caughs',"[$actor] caughs loudly to get some attention";
##sub2:
if '$cmd_text' eq 'a song' then sub3 else sub4;
##sub3:
say 'caughs',"[$actor] caughs loudly to get some attention";
##sub4:
say 'caughs',"[$actor] caughs loudly to get some attention";