Difference between revisions of "Teleport Recall"

1 byte added ,  14:49, 23 October 2007
→‎Two Sided Teleport: fix Marker_Rats link
imported>Wrye
(→‎Marker Rats: Living rats)
imported>Dev akm
(→‎Two Sided Teleport: fix Marker_Rats link)
Line 24: Line 24:
     endif
     endif
end</pre>
end</pre>
To use this, you would also need to define the exTeleport2G global (a short with initial value of 0). You'll also need the casting spell which uses this spell effect script. The duration of the script effect should be at least one second to give the moveTo in the scripteffectstart time to complete. Finally, you'll need the marker references (exTeleport2Ref0 and exTeleport2Ref1). Previously, these were usually defined as instances of the static XMarker, but there are problems with these -- you should use a [[#MarkerRats|marker creature]] instead.
To use this, you would also need to define the exTeleport2G global (a short with initial value of 0). You'll also need the casting spell which uses this spell effect script. The duration of the script effect should be at least one second to give the moveTo in the scripteffectstart time to complete. Finally, you'll need the marker references (exTeleport2Ref0 and exTeleport2Ref1). Previously, these were usually defined as instances of the static XMarker, but there are problems with these -- you should use a [[#Marker_Rats|marker creature]] instead.


===Variations===
===Variations===
Anonymous user