I'm updating an old script to hercules format. I'm running into a problem as the instance isn't created. Snippet below:
set .@md_name$,"Faceworm's Nest";
set .@party_id,getcharid(1);
set .@instance, instance_create(.@md_name$, getcharid(1));
debugmes "InstanceID: " + .@instance;
if (.@instance...