Oh and how do I subtract & add to the int's?
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 Menu
String playerHP == 100;// I get an error for this
strengths.Text = String.Format("HP: %d", playerHP);//HP displayed in the stat menu
pairHP.Text = String.Format("HP: %d", playerHP);HP displayed in the command menu
String EnemyST == 50;// I get an error for this
enemystats.Text = String.Format("HP: %d", EnemyST);enemy HP display in EnemyHP gui
Quote from: bicilotti on Mon 31/01/2011 07:58:44Quote from: SSH on Mon 31/01/2011 07:36:15
What makes you think that I want bug reports?
Because this is PM, not PMQ!
//bomb 1
{
// Character *cat = Character.GetAtScreenXY(mouse.x, mouse.y);
Object *cat = Object.GetAtScreenXY(mouse.x, mouse.y);
Object *oat = Object.GetAtScreenXY(mouse.x, mouse.y);
// enemyHP.Visible = ((cat != null) || (oat != null)); // where gOver is the name of the GUI you want to have turned on or off
if(mouse.x){
if(mouse.y){
enemyHP.Visible = ((cat != null) || (oat != null)); // where gOver is the name of the GUI you want to have turned on or off0
//note: This code is from before the last post.
}
}
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.142 seconds with 15 queries.