Page 1 of 1
CreateNpcFromTemplate()
Posted: Mon Mar 19, 2007 1:29 pm
by zandor70
CreateNpcFromTemplate( template, x, y, z, override_properties := 0, realm := _DEFAULT_REALM);
POL097 RC2 crashed is override_properties is an array.... ( I think it should only report an error).
Posted: Wed Mar 28, 2007 7:44 pm
by MuadDib
Arrays are handled by CreateNPCFromTemplate. Are all the items contained inside your array, the correct kind for the template?
Posted: Wed Mar 28, 2007 8:58 pm
by MuadDib
ALso, if crash dumps are created, please post it and the .lst info.
Posted: Sun Apr 08, 2007 5:17 pm
by MuadDib
From our working core-changes.
Code: Select all
Removed : CreateNPCFromTemplate() will now only accept Struct for override props.
Arrays was removed due to core changes in array handling since this
function was updated to use arrays.