|
GetNpcProperty(index, property) |
|
Written by eaxs
|
|
Wednesday, 26 August 2009 01:01 |
Description Returns the value of a certain NPC property. Syntax
GetNpcProperty(<id>, <property>) Example Returns the aggro-radius of the target entity id
#GetNpcProperty(#GetScriptParam(index)#, aggroradius)#
|