Guest User

Untitled

a guest
May 19th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. mob/verb
  2. Say(t as text)
  3. view()<<"[src] says: [t]"
  4.  
  5. //new code below
  6. World_Say(t as text)
  7. world<<"<b>[src]:</b> [t]"
Add Comment
Please, Sign In to add comment