Not logged inOpenClonk Forum
Up Topic Treasure hunt - Finding the last gold bar

This board is threaded (i.e. has a tree structure). Please use the Reply button of the specific post you are referring to, not just any random button. If you want to reply to the topic in general, use the Post button near the top and bottom of the page.

Post Reply
In Response to Maikel
/script FindObject(Find_ID(GoldBar))->Message("@{{GoldBar}}")

and then you need to check the map once more (screenshot won't work). Alternatively:

/script FindObject(Find_ID(GoldBar))->GetX()
/script FindObject(Find_ID(GoldBar))->GetY()

to find its landscape coordinates, where (0,0) is top left. Or:

/script FindObject(Find_ID(GoldBar))->SetPosition(140, 1160)

and it will be at where you start the scenario.

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill