Just a question, is the module free-lanced, like AGS. Ya' know, no boundries or copyright fines?
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
SetGlobalInt((MPC), 0);
SetGlobalInt((MPT), (GetGlobalInt(MPL)*5);
if (GetGlobalInt(MPC)==GetGlobalInt(MPT)) {
//code for leveling up
}
SetGlobalInt(MPC, GetGlobalInt(MPC)+(GetGlobalInt(DAMAGE));
string health;
string maxhealth;
string magic;
string buffer;
StrFormat (health, "Health: %dÃ, /", GetGlobalInt (?));Ã, //replace "?" with your health globalint
StrFormat (magic, " Magic: %d", GetGlobalInt (?));Ã, //replace "?" with your magic globalint
StrFormat (maxhealth, " Max Health: %d", GetGlobalInt(?));Ã, //replace "?" with your maxhealth globalinlt
StrCopy (buffer, health);
StrCat (buffer, maxhealth);
StrCat (buffer, magic);
SetLabelText (YOU , 2, buffer);
int health;
int maxhealth;
int magic;
string guihealth;
string guimaxhealth;
string guimagic;
string buffer;
StrFormat (guihealth, "Health: %dÃ, /", health);
StrFormat (guimagic, " Magic: %d", magic);
StrFormat (guimaxhealth, " Max Health: %d", maxhealth);
StrCopy (buffer, guihealth);
StrCat (buffer, guimaxhealth);
StrCat (buffer, guimagic);
SetLabelText (YOU , 2, buffer);
Quote from: Squinky on Sun 25/09/2005 16:52:40
I would agree about the picture in the avatar thingy, if this forum was full of hot, sexy momicitas and not a bunch of programmer types....
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.145 seconds with 15 queries.