This don't work anymore for me:
verb
say(msg as text)
view() << "[usr] says, [msg]"
After clicking on the verb, the window that pops up says:
-> say "text"|mob <-
While this works fine:(same indentation and everything)
wsay(msg as text)
world << "[usr] OOC: [msg]"
And the window says:
-> wsay "text" <-
It is literally a copy paste from Page 28 on the DM Guide. It just stopped working...
By The Way: What's a good/recommended site to upload an image so that I can post it here?
(Using BYOND version 510.1345)