Page 1 of 1

[0.12.26] show_message_dialog shows arrow without point_to

Posted: Sat Mar 12, 2016 10:56 pm
by prg
LuaGameScript::show_message_dialog{text=…, image=…, point_to=…}

Documentation says "point_to :: GuiArrowSpecification (optional): If specified, dialog will show an arrow pointing to this place", but even without the point_to, the resulting dialog will still show an arrow.

Re: [0.12.26] show_message_dialog shows arrow without point_to

Posted: Sun Mar 13, 2016 12:06 am
by Oxyd
The documentation is incorrect here: Without the pointing_to, it is indeed meant to point to the player's position. You can use pointing_to={type="nowhere"} to get rid of it.

The documentation entry will be fixed in 0.12.27.