mrcheese96 0 Posted October 12, 2016 I Have no idea... I would love to say i do, but no. Is it some sort of entity you can interact with? is it a gameObject? Am i on Coke? Who knows...
Hashtag 9081 Posted October 12, 2016 In other words: GroundItem coins = getGroundItems().closest("Coins"); if (coins != null) { coind.interact("Take"); }
mrcheese96 0 Author Posted October 12, 2016 In other words: GroundItem coins = getGroundItems().closest("Coins"); if (coins != null) { coind.interact("Take"); } Ace!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.