Difference between revisions of "User:Tinkerer"
From Divinity Engine Wiki
(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.") |
m |
||
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 12: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