Hello guys!
I do not know if it's just me who find it boring to type .gps in-game and start writing the coords by hand whenever I need them to for example spawn an NPC.
That's why (and to practice) I wrote a simple script which creates a file named "coords.txt" in your emulators main folder.
Commands are (for now):
#gps -- This will make the file empty and create a new line within it
#gpsadd -- This will make a new line within the file without deleting the previous ones
Whenever you are targeting an NPC while typing in one of the commands a full :SpawnCreature(id, x,y,z,o,faction,time) will be created for you. (time is 0 by default)
Otherwise it will only store your current x,y,z,o coordinates to make them easily copy pasted.
May some of you will find this useful. It was a good practice for me for sure
The script
Cheers,
bendaferi