Is there a way to make a maximum number of items in your contents? (Well, I know there is a way but how to do it.) I tried doing this, but it gives me errors.
mob/contents[4]
Could anyone show me a way to do it?
ID:267562
Jul 3 2003, 3:32 am
|
|
In response to Wolf01
|
|
heres a quickie
world//for the world |
Unknown Person wrote:
Is there a way to make a maximum number of items in your contents? (Well, I know there is a way but how to do it.) I tried doing this, but it gives me errors. You can't redefine the contents var; that's why. Could anyone show me a way to do it? If you use Move() to move all items into your inventory, instead of setting their loc directly, then you can do this: mob Lummox JR |
~wolf01
(TerranWolf)