Community
SCI Programming => Mega Tokyo SCI Archive => Topic started 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)
-
its been awhile but i think its like this:
(send gEgo:put(INV_WHATEVER))
doan
-
Thanks, I'll give it a try.
8)