ID:273346
 
well im trying to do a world output and oview output. separated outputs. but how i do 2 webs one to talk in oview and other in world?
mob/verb
O_view()
oview(src) << "[src.name] said Hi!"
src << "You said \"Hi\""

Oh_World()
world << "BYE YOU HORRIBLE WORLD!"
del src


If this is a skin question, look up output().
In response to GhostAnime
THanks, i looked output i missed that.
PS: i did worng speeling verbs* xD