ID:2055239
 
(See the best response by Ter13.)
Code:


https://secure.byond.com/games/hubpic/109476_18438.png

my inventory screen. everything's cool, here..then...

https://secure.byond.com/games/hubpic/109476_18437.png

once my showEquipment verb gets called while the inventory screen is up, I'm having trouble creating a duplicate hud on the screen. I tried instantiating with new() but no luck. Any ideas?
Best response
objects can only be shown in one location on the screen at a time.

Your best bet is to abstract screen objects into different objects and not actually use the physical items themselves on the screen.
hm. i didn't fix the problem quite yet, just keeping the user from seeing the problem atm. thanks for your help.