DefianceSWE 10 Posted September 6, 2009 Hello! It's been a really long time since I made missions/Scripted for Ofp and I've forgotten alot of basic things. Anyways, acouple of years ago I had a "script" thingy that I put in the init field of the "player" in the editor and it made the hint box with the pling sound come up and tell where on the map the player was located (Z,y,x coordinates).. Does anybody know about this "script" ? :) Share this post Link to post Share on other sites
rellikki 7 Posted September 6, 2009 This is how you can do it: hint format ["I'm at position %1", position player] The "%1" part will be replaced with the coordinates. Share this post Link to post Share on other sites
DefianceSWE 10 Posted September 7, 2009 Works like a charm! Thanks alot. :) Share this post Link to post Share on other sites