Good luck to everyone who is taking part! Let the abuse of the theme begin!!!

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 Menugame.dialog_options_highlight_color = 52259;
Quote from: metalmario991 on Sun 09/08/2015 23:14:22
If I put cTree2_UseInv() wouldn't it make it so I couldn't do anything else with the tree?
function cTree2_UseInv()
{
if(player.ActiveInventory == iMyInvItem)
{
// do stuff here
}
}
function cTree2_UseInv()
{
if(player.ActiveInventory == iMyInvItem)
{
// do stuff
player.LoseInventory(iMyInvItem);
}
}
function cTree2_UseInv()
{
if(player.ActiveInventory == iMyInvItem)
{
// do stuff
}
if(player.ActiveInventory == iMyOtherInvItem)
{
// do other stuff for other item
}
}
Quote from: Stupot+ on Wed 15/07/2015 15:29:41
Are people using the link above to vote?
When I said 'Vote for your favourite here' above I meant click on the link to go to the voting page.
If you have mentioned your favourite in this thread but not voted on the mags website, please go to this link:
http://www.mags-competition.info/index.php?page=voting and click on your favourite. If you have already done that, please ignore this message.
:-)
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.177 seconds with 19 queries.