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
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!
Everybody edits, but some edit more than others
Offline
Pages: 1
[ Started around 1732805189.4609 - Generated in 0.029 seconds, 10 queries executed - Memory usage: 1.36 MiB (Peak: 1.45 MiB) ]