Method Create
Create(string, Location, bool, string)
Creates a creature at the specified location.
public static NwCreature? Create(string template, Location location, bool useAppearAnim = false, string newTag = "")
Parameters
templatestringThe creature resref template from the toolset palette.
locationLocationThe location where this creature will spawn.
useAppearAnimboolIf true, plays EffectAppear when created.
newTagstringThe new tag to assign this creature. Leave uninitialized/as null to use the template's tag.