CreateThingNR
Creates a thing at the location of another thing. Unknown what the "NR" means, but there is no known difference from
CreateThing()
. Syntax:
new_thing
=
CreateThingNR(template, location_thing);
Related:
DestroyThing()
Alternatives:
CreateThing()
CreateThingAtPos()
CreateThingAtPosNR()
FireProjectile()