Jump to content

Save player location


Recommended Posts

Hello, anyone know how to save player location?
I want to make a quest
that saves player current location, then teleport to somewhere else
if player fails something, it will teleport him back to saved location


i tried something like
 

local index = pc.get_map_index()

            local x = pc.get_local_x()

            local y = pc.get_local_y()
and multiple X/Y *100 but when i use 
pc.warp_local(index, x, y)
nothing happens

Link to comment
Share on other sites

  • Active Member

I don't understand your question but maybe you want character location

 


quest mapshowcoordinat begin
	state start begin

		when 40004.use with pc.is_gm() begin
			chat ("--------------------------------------------------------------")
			chat("Map x : "..pc.get_x().. "")
			chat("Map y : " ..pc.get_y().. "")
			chat("Map index : " ..pc.getcurrentmapindex().. "")

		end

	end
end

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 24

      Experimental Renderer

    2. 11

      Multi Language System

    3. 0

      [FREE DESIGN] Interface + Logo + Discord Banner and Avatar

    4. 4

      Feeding game source to LLM

    5. 0

      Quest 6/7 Problem

    6. 5

      Effect weapons

    7. 0

      [C++] Fix Core Downer Using Negative Number in GM Codes

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.