Page 1 of 1
How to drop an item from inventory
Posted: November 7th, 2011, 12:24 pm
by metrocity
I have managed to create NPC's and pick them up in FPS but need to be able to drop them in a different location on the map.
Can anyone point me in the right direction? Thanks, I'm new to all this but learning.
Re: How to drop an item from inventory
Posted: November 8th, 2011, 11:42 am
by SUPERPORCO
You mean while playing? like droping an item so someone else can pick it up?
If this is it you can open your inventory and dboule click the item, it will drop. Or select the item in your inventory and select "Drop item"
Re: How to drop an item from inventory
Posted: November 8th, 2011, 12:57 pm
by metrocity
Yes, the player has picked up an item and when they reach a trigger I would like the item to appear on the ground near them. I can remove it from inventory with the trigger but don't know how to create the item visually in the code.
Also, is there a way to create a game timer so there is limited play time? ie after 3 minutes the game ends?