LuaAPI.wiki
changeset 80 3010f79cf869
parent 79 64fc6cee4af7
child 81 a381e4547712
equal deleted inserted replaced
79:64fc6cee4af7 80:3010f79cf869
   359 === <tt>!ShowMission(caption, subcaption, text, icon, time)</tt> ===
   359 === <tt>!ShowMission(caption, subcaption, text, icon, time)</tt> ===
   360 
   360 
   361 <blockquote>Use to tell the player what he is supposed to do.
   361 <blockquote>Use to tell the player what he is supposed to do.
   362 
   362 
   363 As of (0.9.15), icon currently accepts:
   363 As of (0.9.15), icon currently accepts:
   364 -amBazooka, -amShotgun etc. (and other ammo types)
   364 * -amBazooka, -amShotgun etc. (and other ammo types)
   365 0 (Gold Crown icon)
   365 * 0 (Gold Crown icon)
   366 1 (Target icon)
   366 * 1 (Target icon)
   367 2 (Exclamation mark)
   367 * 2 (Exclamation mark)
   368 3 (Question mark)
   368 * 3 (Question mark)
   369 4 (Gold star)
   369 * 4 (Gold star)
   370 </blockquote>
   370 </blockquote>
   371 
   371 
   372 === <tt>!HideMission()</tt> ===
   372 === <tt>!HideMission()</tt> ===
   373 
   373 
   374 <blockquote>Hides the mission.
   374 <blockquote>Hides the mission.