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.

#0
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!
USA Global Moderator #1
What are you talking about?
Germany #2
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/
Amended on Tue 12 Mar 2013 04:21 PM by KaVir
USA #3
Short answer:

GIVE <item> TO BAG


You might need to
@SET <bag> = ENTER_OK
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.