ID:156584
![]() Sep 2 2010, 11:34 am
|
|
One, I was wondering how I might hide and show tabs for commands for admins upon login, also I was wondering how when people pick stuff up they manage to show up as two different items, whenever I use usr.contents+= it only seems to show up as one item. Can someone please answer me these two questions on how to add two or more items of the same kind to usr.contents, and how to show hide commands on login, since I'm not sure how to use set with that.
|
Copyright © 2025 BYOND Software.
All rights reserved.
For your First one the first thing to do is to NOT declare admin verbs as a direct derivative of mob. your probably using
mob/--A-Ban or something which will show up as a default verb for ANY player and to get rid of it make a datum and name it say AdminVerbs. inside that datum you can either make a list of procs or verbs inside there. From there you can give admins the procs using another proc your best bet would be:: http://www.byond.com/members/Jtgibson/forum?id=40#40
Now for your second question you will want to move onto a demo that relays item stacking there is a large amount of those in the resources section so run a search