Community

SCI Programming => Mega Tokyo SCI Archive => Topic started by: Lucky_Hippie on August 23, 2004, 05:22:59 PM

Title: Inventory question
Post by: Lucky_Hippie on August 23, 2004, 05:22:59 PM
I had a quick scripting question I stumbled across...

How can I remove items from the inventory?  Would this work:

 if(send gEgo:get(- whatever)))

Any help would be appreciated.

-Lucky Hippie 8)
Title: Re:Inventory question
Post by: Doan Sephim on August 24, 2004, 12:47:48 AM
its been awhile but i think its like this:
(send gEgo:put(INV_WHATEVER))
doan
Title: Re:Inventory question
Post by: Lucky_Hippie on August 24, 2004, 05:52:39 PM
Thanks, I'll give it a try.

 8)