Paste #71835: Edit of P#71834 - Untitled Paste

Date: 2020/07/03 10:52:31 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12


#|Command for checking my location vs. cursor location and precise cursor #|location:

/ex narrate "My Loc: <player.location.simple><&nl>Cursor Loc: <player.cursor_on.simple><n>Precise Cursor Loc: <player.location.precise_cursor_on[8].simple> <n>My Loc.sub[Precise Cursor]: <player.location.sub[<player.location.precise_cursor_on[8]>].simple>"

#|Output is:

#|My Location: 
#|Cursor Loc:
#|Precise Cursor Loc:
#|My Loc.sub[Precise Cursor]:

#|Where the last line refers to the difference between the two sets of #|coordinates: my location and my precise cursor location with a range of 8.