Hey everyone! Just so you're all aware, Projector Face is currently 50 percent off for the Steam Summer Sale. Now's your chance to grab it if you haven't already!

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
function UpdateInventoryIcons () {
if (player.ActiveInventory != null) {
player.ActiveInventory.Graphic = player.ActiveInventory.GetProperty ("GreyedID");
} else {
if (lastItem != null) {
lastItem.Graphic = lastItem.GetProperty ("ColouredID");
}
}
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.048 seconds with 14 queries.