User:Tinkerer: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Created page with "=== To be added === ==== Behaviour script ==== * TeleportTo has a force parameter. If it's not forced it will put it at y=0, else it will take the position provided.")
 
mNo edit summary
Line 1: Line 1:
=== To be added ===
=== To be added ===
==== Behaviour script ====
==== Behaviour script ====
* TeleportTo has a force parameter. If it's not forced it will put it at y=0, else it will take the position provided.
* TeleportTo has a force parameter.
** For items: If it's not forced it will put it at y=0, else it will take the position provided.
** For characters: If it's not forced, it will find the nearest AI-grid position, otherwise it will take the position provided

Revision as of 11:44, 8 August 2017

To be added

Behaviour script

  • TeleportTo has a force parameter.
    • For items: If it's not forced it will put it at y=0, else it will take the position provided.
    • For characters: If it's not forced, it will find the nearest AI-grid position, otherwise it will take the position provided