GetMyArmour

From NPC for VCMP 0.4 Servers
Revision as of 17:10, 29 October 2024 by Habi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.