PDA

View Full Version : A bug



Mariusz
17th January 2018, 23:28
What is the easiest way to specify an invisible bug spot on a map and placed it in text file scriptdata folder?
Thx

milepunta
18th January 2018, 02:03
get origin position of bug spot.. go to spot yourself and use iprintln(self getOrigin()); in loop function then save origin of that spot in scriptdata folder if that is what you want to get :)

Mariusz
19th February 2018, 06:00
This is exactly what I'm looking for. Unfortunatelly, I can't handle with it. :)
The problem I don't understand is "...and use iprintln(self getOrigin()); in loop function then save origin...".
How'm I gonna get through?

kung foo man
19th February 2018, 06:53
If you just need the origin you can do /viewpos and see position via Shift+Console key