ThingSummon

From Eternity Wiki
Revision as of 13:31, 6 August 2017 by Printz (talk | contribs)
Jump to navigationJump to search

Type: Monster attack, parameterized

Parameter Information:

  • Args1 = Name of thing type to summon (default of 0 = thing 0)
  • Args2 = Prestep distance (added to distance between thing and summoner)
  • Args3 = Z distance of object above summoner's z coordinate.
  • Args4 = One of the following values:
    • 0 or kill: If the object can't fit, it will be killed.
    • 1 or remove: If the object can't fit, it will be removed.
  • Args5 = One of the following values:
    • 0 or normal: The object is normal.
    • 1 or makechild: The object is made a child of the summoner.

Purpose: Powerful codepointer which allows custom Pain Elemental style attacks. Objects will not be spawned in locations where they are stuck, or across blocking lines. There is no limit on the number of objects spawned when using this pointer. New to Eternity Engine v3.33.33.