GetMyArmour
Jump to navigation
Jump to search
This function was added in v1.8 beta and will not work on previous versions.
Description:
This function returns the Armour of the NPC
Parameters:
NoParams
Return Values:
The amount of armour the npc has as integer.
Example
if(AmISpawned())
{
print("I have armour "+GetMyArmour()+"\n");
}Related Functions
The following functions may be helpful as they relate to this function in one way or another.