PropertyValue
rdfs:label
  • JumpToLocation
rdfs:comment
  • function JumpToLocation (location lDestination) Jump to lDestination. The action is added to the TOP of the action queue. * Return type: void * Include file: nwscriptdefn
  • The JumpToLocation() NWScript command causes the caller – who must be a living creature – to instantly move (teleport) to the indicated location. This occurs immediately, ignoring the action queue. In order to cause a creature other than the caller to move, this command must be assigned via <a href="/mediawiki/AssignCommand" title="AssignCommand">AssignCommand</a>(). If the destination is occupied by a creature or is not walkable, then the caller will jump as close as possible to the indicated target.
dcterms:subject
dbkwik:nwn2/property/wikiPageUsesTemplate
returns
Name
  • JumpToLocation
param
  • location lDestination
param1desc
  • The location to which to jump.
dbkwik:nwn/property/wikiPageUsesTemplate
abstract
  • The JumpToLocation() NWScript command causes the caller – who must be a living creature – to instantly move (teleport) to the indicated location. This occurs immediately, ignoring the action queue. In order to cause a creature other than the caller to move, this command must be assigned via <a href="/mediawiki/AssignCommand" title="AssignCommand">AssignCommand</a>(). If the destination is occupied by a creature or is not walkable, then the caller will jump as close as possible to the indicated target. Since this command interrupts the action queue, it is often a good idea to call <a href="/mediawiki/ClearAllActions" title="ClearAllActions">ClearAllActions</a>() first.
  • function JumpToLocation (location lDestination) Jump to lDestination. The action is added to the TOP of the action queue. * Return type: void * Include file: nwscriptdefn