Editing ThingSummon

From Eternity Wiki
Jump to navigationJump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{codepointer|description=Powerful codepointer which allows custom Pain Elemental style attacks.
Type: Monster attack, parameterized
|usage='''ThingSummon'''(''thingtype'', ''distance'', ''height'', ''fail_action'', ''relation'')
 
|parameters=
Parameter Information:
*''thingtype'': Name of thing type to summon
*Args1 = Name of thing type to summon (default of 0 = thing 0)
*''distance'': Prestep distance (added to distance between thing and summoner)
*Args2 = Prestep distance (added to distance between thing and summoner)  
*''height'': Z distance of object above summoner's z coordinate
*Args3 = Z distance of object above summoner's z coordinate.
*''fail_action'': one of the following values:
*Args4 = One of the following values:  
**0 or '''kill''': If the object can't fit, it will be killed.  
**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.  
**1 or '''remove''': If the object can't fit, it will be removed.  
*''relation'': One of the following values:  
*Args5 = One of the following values:  
**0 or '''normal''': The object is normal.  
**0 or '''normal''': The object is normal.  
**1 or  '''makechild''': The object is made a child of the summoner.
**1 or  '''makechild''': The object is made a child of the summoner.  
|notes=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.


If ''relation'' is '''makechild''', the spawned object will be killable by codepointers like [[KillChildren]].
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.
|seealso=
[[Category:Codepointers]]
*[[KillChildren]]
*[[PainAttack]]
}}
Please note that all contributions to Eternity Wiki are considered to be released under the GNU Free Documentation License 1.2 (see Eternity Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)

Template used on this page: