Page 1 of 1

Location ping

Posted: Thu Oct 29, 2020 12:32 am
by DaveMcW
Is it possible to generate a location ping, similar to the one created when a player shift-clicks the map with chat open?

Re: Location ping

Posted: Thu Oct 29, 2020 8:47 am
by PFQNiet
You can game.print() (or player.print(), force.print() as appropriate) with:

Code: Select all

game.print("[gps=0,0]")
This basically does the same as the player pinging that location on the map, and the player can click on it in the chat log to open the map to that position.

Re: Location ping

Posted: Thu Oct 29, 2020 3:41 pm
by eradicator
Feel free to add your voice to this request: viewtopic.php?f=28&t=76539