Hi
The error is '()Parameter unknown hero Keyword'
Some changes made as per manual:
Only global var variables or global predefined STRING* pointers can be displayed (no int, float, char, or other types of variables). The var can be part of a global struct or of an array, but not of a multidimensional array.
Code:
[/code]
typedef struct
{
   var health;
   ENTITY* model;
}entity3d; 
[code]