Right now you need to hold the key down in order for the inventory to stay up. I'm not sure if that was intentional or not, but here's the code to fix.Code: [Select]function Stranded_ToggleInv(%client, %val){ if(!%val) return; if($StranInvOn == 0) { $StranInvOn = 1; canvas.pushDialog(Stranded_Inventory); Stranded_ClearInv(%client); commandtoserver('Stranded_PopulateInv',%client); } else { $StranInvOn = 0; canvas.popDialog(Stranded_Inventory); }}
function Stranded_ToggleInv(%client, %val){ if(!%val) return; if($StranInvOn == 0) { $StranInvOn = 1; canvas.pushDialog(Stranded_Inventory); Stranded_ClearInv(%client); commandtoserver('Stranded_PopulateInv',%client); } else { $StranInvOn = 0; canvas.popDialog(Stranded_Inventory); }}
A map would be nice.
You should have fixed the bugs, and made it more user-friendly, before releasing...
What bugs, other then the /help recipes. Also, please read the disclaimer.Also, I uploaded a map.
I said, before releasing, because going through this topic, i see a few people with bug problems.
We weren't aware of them before release.
If you die, then you respawn you lag outConsuming waterskin makes your thirst go down.