i think he means to drop all items without them falling on the ground so nobody can retrieve them. basically a script like the clearItems event.
if(isObject(%cl = %obj.client)) servercmdUnuseTool(%cl);else { %obj.unmountImage(0); fixArmReady(%obj); }
"put away" as in un-equip, like pressing q, or getting rid of?
Yes, like pressing q. Idk what that other guy got confused about.
Still no luck?
Code: [Select]if(isObject(%cl = %obj.client)) servercmdUnuseTool(%cl);else { %obj.unmountImage(0); fixArmReady(%obj); }
No I mean to basically press Q. That way you can just hit Q once to get your tools back, instead of me having to use a useTool command or them double tapping Q.
No... You're not understanding. I've been using this method the whole time.
I think he means thatExactly what happens when you press Q shall happen(You put the tool away and deselect it in the inventory)/unusetool does put the tool away, but it does not deselect the inventory slot
YESSSSSS