Difference between revisions of "User:Terra Nova2"
m
no edit summary
imported>Terra Nova2 (Update on my location function.) |
imported>Terra Nova2 m |
||
Line 44: | Line 44: | ||
EndWhile | EndWhile | ||
; Moving to next block.. This block is for when you want to know what Hold is the parent of this interior cell and part of the Tamriel World Space. | ; Moving to next block.. This block is for when you want to know what Hold is the parent of this interior cell and part of the Tamriel World Space. | ||
elseif akRef.isInInterior() == true && akRef.GetWorldSpace() | elseif akRef.isInInterior() == true && akRef.GetWorldSpace() == TamrielWorldSpace | ||
; If we are inside..we will return the parent of this interior location. | ; If we are inside..we will return the parent of this interior location. | ||
debug.notification("You are in an interior. Returning hold if possible..") | debug.notification("You are in an interior. Returning hold if possible..") |