Difference between revisions of "User:Terra Nova2"
Jump to navigation
Jump to search
m
no edit summary
imported>Terra Nova2 m |
imported>Terra Nova2 m |
||
Line 43: | Line 43: | ||
iCity += 1 | iCity += 1 | ||
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 not part of the Tamriel World Space. | ||
elseif akRef.isInInterior() == true && akRef.GetWorldSpace() | ; Like for example, Riverwood Trader. | ||
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..") |