Spawn

From Eternity Wiki
Revision as of 09:20, 23 May 2010 by Printz (talk | contribs)
Jump to navigationJump to search

Parameters:

  • misc1 = Thing mnemonic or DeHackEd number to spawn (must be valid, no default)
  • misc2 = Integer amount of units to add to z coordinate of object (default = 0)

Spawns an object of the provided type at the calling object's location. Friendliness of the calling object will be transferred to the spawned object.

If the type indicated is not valid, the pointer will do nothing. Also note that if both the source and spawned object are solid, they will become stuck to each other. This codepointer is more suitable for boss-brain-like effects.

Can be used in PlayerThunk.

See also