Alright..this is the first time I've actually tried to admin my own MUSH and it's working fairly well, as far as room and object creation goes. However, I'm having a hard time understanding the global "Master Room," custom command creation and other things.
What does it mean when a user-defined command is global (created in the Master Room)? Does this mean that the command will work wherever you are? Or does it mean that it will work for anyone?
Speaking of custom commands, what is the proper, non-hack (I don't want to bother with compilers, if I can help it because I don't have time to learn C) technique for creating new commands that will apply to all players? I tried the one from the other post <http://www.gammon.com.au/forum/?id=1707> and created a successful WAVE * function for One (MasterWizard). Now how do I push the wave command to all created players without logging into every single one and "&DO_WAVE me ...?" Would it be a simple "replace 'me' with 'Global Commands' as shown in <http://www.gammon.com.au/forum/?id=1073>?
Quick question: is the "DO_WAVE" an important programatic term, or is it just a programmatic mnemonic that "everyone uses" and actually could be anything?
On another similar, only different note, I tried the @command examples detailed in HELP @COMMAND3 and received the error that 'That command has not been implemented.'
Okay, I'll quit now, because I think that a lot of these quesions are tied together and may have a single explanation that will fix everything for me.
Thanks.
-Daniel
What does it mean when a user-defined command is global (created in the Master Room)? Does this mean that the command will work wherever you are? Or does it mean that it will work for anyone?
Speaking of custom commands, what is the proper, non-hack (I don't want to bother with compilers, if I can help it because I don't have time to learn C) technique for creating new commands that will apply to all players? I tried the one from the other post <http://www.gammon.com.au/forum/?id=1707> and created a successful WAVE * function for One (MasterWizard). Now how do I push the wave command to all created players without logging into every single one and "&DO_WAVE me ...?" Would it be a simple "replace 'me' with 'Global Commands' as shown in <http://www.gammon.com.au/forum/?id=1073>?
Quick question: is the "DO_WAVE" an important programatic term, or is it just a programmatic mnemonic that "everyone uses" and actually could be anything?
On another similar, only different note, I tried the @command examples detailed in HELP @COMMAND3 and received the error that 'That command has not been implemented.'
Okay, I'll quit now, because I think that a lot of these quesions are tied together and may have a single explanation that will fix everything for me.
Thanks.
-Daniel