(deleted)
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 MenuQuote
"to create a script module and move some of your code into that,"
function repeatedly_execute()
{
if (player.InventoryQuantity[Goo.ID] != 0){ // PLAYER'S GOT THE GOO.
if (listbox.contents != ("Goo Listbox Text")) // NO GOO ENTRY IN LIST BOX?
listbox.AddItem("Goo Listbox Text");} // ADD LISTBOX ENTRY
}
}
int TotalNumber;
while (TotalNumber == Listbox.ItemCount -1) {
if ((Listbox.Items[TotalNumber] != "Goo Listbox Text") && (player.InventoryQuantity[Goo.ID] !=0 ))
{Menu.AddItem("Goo Listbox Text");}
else {}
}
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.126 seconds with 15 queries.