CLEO Help help with teleport.

CLEO related

florezyatina

Member
Joined
Nov 3, 2021
Messages
17
Reaction score
0
Location
123
I need to teleport to certain coordinates first, two or three different ones, later I need to go to where I was and write a command, please help.
 

ajom

Well-known member
Joined
Apr 14, 2020
Messages
389
Solutions
2
Reaction score
270
Location
Pluto
I only ask for opcodes that will help me go back after teleportation to the coordinates I need.


Save your position before you teleport:
PHP:
00A0: store_actor $PLAYER_ACTOR position_to 0@ 1@ 2@



Then when you're finished on your teleportation operation, teleport back:
PHP:
09BC: put_actor $PLAYER_ACTOR at 0@ 1@ 2@
no_offset_and_dont_warp_gang
 
Top