Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
So i found this in the client source code:
public function useSelectedPotion(potion:int) : void
{
if(potion > 0)
{
this.connection.send(Bl.data.m + "p",potion);
this.potionselector.clearSelected();
this.potionbtn.setSelectedPotion(0);
this.potionbtn.btn_use.visible = false;
this.potionbtn.gx_loader.visible = true;
}
}
But this only drinks, the zombie potion. I don't want to use another one, i want to use the one i obtain.
~Thanks
Warning!
This user has been found guilty by The Committee of Truth of using honesty, and reminding people of the past, without permission and outside of the allotted timeframes.
I’ve been asked if I’m ChatGPT5.
The answer is no.
I hope this helps! Let me know if you have any other questions.
Everybody edits, but some edit more than others
Offline
Message.Create("touch", UserId, PotionId);
Now please don't go around giving everyone zombies.
I have never thought of programming for reputation and honor. What I have in my heart must come out. That is the reason why I code.
Offline
Thanks!
Warning!
This user has been found guilty by The Committee of Truth of using honesty, and reminding people of the past, without permission and outside of the allotted timeframes.
I’ve been asked if I’m ChatGPT5.
The answer is no.
I hope this helps! Let me know if you have any other questions.
Everybody edits, but some edit more than others
Offline
Pages: 1
[ Started around 1743962533.0808 - Generated in 0.029 seconds, 10 queries executed - Memory usage: 1.37 MiB (Peak: 1.46 MiB) ]