I understand the basics of making objects with @create and I can get to almost all of the Flags I want. But I can't figure out how to make a bag or other containers, or how to use them. Is there a place I can find these? I'm a MUSH super-noob. Any help would be great!
Need some help with the basics of making new objects
Posted by DaTrainao on Mon 11 Mar 2013 11:11 PM — 4 posts, 23,749 views.
What are you talking about?
He's talking about MUSH (rather than MUSHclient).
To the original poster: MUSHclient is a client for playing MUSHes (and other types of MUD). If you're trying to learn about MUSHes themselves, you might want to read Croaker's TinyMUSH Manual: http://www.metamage.com/mush/croaker/
To the original poster: MUSHclient is a client for playing MUSHes (and other types of MUD). If you're trying to learn about MUSHes themselves, you might want to read Croaker's TinyMUSH Manual: http://www.metamage.com/mush/croaker/
Short answer:
You might need to in order to put items inside of it...but I don't have my game in front of me to test it.
I can't think of an easier way, unforunately, though I'm sure there are more complicated ones. Options include setting aliases to GIVE in alias.cnf, or writing a command somewhere to teleport an item out of your inventory and into the container.
GIVE <item> TO BAGYou might need to
@SET <bag> = ENTER_OKI can't think of an easier way, unforunately, though I'm sure there are more complicated ones. Options include setting aliases to GIVE in alias.cnf, or writing a command somewhere to teleport an item out of your inventory and into the container.