ShowMission: time=0
authorWuzzy
Mon, 12 Oct 2015 19:11:19 +0000
changeset 648 0830fdc658b8
parent 647 42b3e6a6ea8a
child 649 a33b0ddce148
ShowMission: time=0
LuaAPI.wiki
--- a/LuaAPI.wiki	Mon Oct 12 19:08:33 2015 +0000
+++ b/LuaAPI.wiki	Mon Oct 12 19:11:19 2015 +0000
@@ -1050,7 +1050,7 @@
 </code>
 
 === <tt>!ShowMission(caption, subcaption, text, icon, time)</tt> ===
-Use to tell the player what he is supposed to do. If you use this function, a mission pop-up is shown for the amount of time specified in `time` (in milliseconds).
+Use to tell the player what he is supposed to do. If you use this function, a mission pop-up is shown for the amount of time specified in `time` (in milliseconds). If `time` is set to 0, it will be displayed for a default amount of time.
 This function replaces the *entire* text of the pop-up. Compare this to the global `Goals` variable, which *adds* to the default text without replacing it.
 
 `caption` is the text displayed in the first line, `subcaption` is displayed in the second line and `text` is the text displayed in the third and following lines.