I want to start working with coding and stuff...really new to BYOND and I could use a Demo on how to make them...
I tried to search the Demo library but I couldnt find.
MSN:
[email protected]
ID:164377
Jun 19 2007, 2:33 am
|
|
In response to Tweelik
|
|
Thank you very much...
now I encountred another problem... emote(msg as text) usr << "Everyone sees:" view() << "[usr] [msg]" I input this code as said on Zlia's Tutorial and it says when I compile it says: error:emote :undefined proc so I add the proc as said on the tutorial: proc Msg23(second,third) usr << second oview() << third and it still says that emote is a undefined process... can any1 help me? |
In response to Arochimaro
|
|
did you notice anything above emote()? Your getting that error because it doesn't know what emotes parent type is, and emote() isn't a parent_type so it gave an error.
mob Also, put your code in <dm> and </dm> tags, and dont space, but tab( the tab key ) to space the code. |
In response to Tweelik
|
|
oh I see....thank you...got that the wrong way
|
In response to Arochimaro
|
|
That's pretty basic, here is something a little better.
mob //This thing It doesn't take into consideration if the person is muted or anything however. You would have to do that yourself. |
http://zilal.byondhome.com/tutorials/zbt3.html