View unanswered posts | View active topics It is currently Thu Dec 26, 2024 4:41 pm



Reply to topic  [ 19 posts ]  Go to page Previous  1, 2
 Inventory things 
Author Message
Data Realms Elite
Data Realms Elite
User avatar

Joined: Fri Jan 07, 2011 8:01 am
Posts: 6211
Location: In your office, earning your salary.
Reply with quote
Post Re: Inventory things
Would this work then?

Code:
function Create(self)
self.Bought = self:Inventory()
if self.Bought.ClassName == "AHuman" then
    self.Actor = self.Bought
    self.ActorInventory = self.Actor:Inventory()
end
if self.Actor ~= nil then
     self.SpawnActor = CreateAHuman(self.Actor.PresetName)
     self.SpawnActor.Pos = self.Pos + Vector(X,Y)
     self.SpawnActor:AddInventoryItem(self.ActorInventory.Item)
     MovableMan:AddActor(self.SpawnActor)
end
end
     


Fri Dec 02, 2011 8:40 pm
Profile
User avatar

Joined: Sat Jan 17, 2009 8:53 am
Posts: 79
Location: Philippines
Reply with quote
Post Re: Inventory things
Looks like it, though I assume you're going to be deleting the actor from the inventory, so to do that just add

self:SwapNextInventory(nil, false)

just before that last end.


Sat Dec 03, 2011 3:17 pm
Profile YIM WWW
Data Realms Elite
Data Realms Elite
User avatar

Joined: Fri Jan 07, 2011 8:01 am
Posts: 6211
Location: In your office, earning your salary.
Reply with quote
Post Re: Inventory things
Ok I'm going to try it.

Thanks.


Sat Dec 03, 2011 8:38 pm
Profile
Data Realms Elite
Data Realms Elite
User avatar

Joined: Fri Jan 07, 2011 8:01 am
Posts: 6211
Location: In your office, earning your salary.
Reply with quote
Post Re: Inventory things
It did work, but with some minor changes.

Thanks a lot!


Sat Dec 03, 2011 10:09 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 19 posts ]  Go to page Previous  1, 2

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.043s | 14 Queries | GZIP : Off ]