1
Critics' Lounge / How do you like the perspective on this room?
« on: 14 Jan 2010, 02:52 »
You can view here all posts made by this member. Note that you can only see posts made in areas to which you currently have access.





. Yes I know, I'm a jackass. I wanted to know if there's a quick way to make several animated characters. Thanks
function winbattle ()
{
if (enemyHP<=0)
{
locname = Game.GetLocationName(mouse.x,mouse.y);
Display ("%d dies.", locname);
//here I want John or Mike to die, depending of who I'm fighting with.
}
}

