~ Forums of Enroth ~
Would you like to react to this message? Create an account in a few clicks or log in to continue.

~ Forums of Enroth ~

The Enroth diehard fan community
 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  
Latest topics
» [H3SW 0.8.2] Spicy Delivery
[Script System][Suggestions] SelectionBox(msg, list) Icon_minitimeby DanilaRud015 2024-07-25, 23:37

» ...to XP run...
[Script System][Suggestions] SelectionBox(msg, list) Icon_minitimeby Darmani 2024-07-18, 21:34

» fheroes2 General Announcements
[Script System][Suggestions] SelectionBox(msg, list) Icon_minitimeby sirDranik 2024-07-15, 00:28

» Silence of the Siren (HoMM like scifi game)
[Script System][Suggestions] SelectionBox(msg, list) Icon_minitimeby Sir Albe 2024-07-13, 08:09

» Songs of Silence (HoMM like game)
[Script System][Suggestions] SelectionBox(msg, list) Icon_minitimeby Blake01 2024-07-07, 21:12

» Lego Heroes of Might & Magic
[Script System][Suggestions] SelectionBox(msg, list) Icon_minitimeby Blake01 2024-07-07, 21:00

» 5Kings1Ring
[Script System][Suggestions] SelectionBox(msg, list) Icon_minitimeby GodRage 2024-07-01, 10:33

Poll
Global announcements should be:
Everlasting, 1 for each project.
[Script System][Suggestions] SelectionBox(msg, list) Redbar110%[Script System][Suggestions] SelectionBox(msg, list) Redbar12
 0% [ 0 ]
Temporary, when there is something new to announce.
[Script System][Suggestions] SelectionBox(msg, list) Redbar11100%[Script System][Suggestions] SelectionBox(msg, list) Redbar12
 100% [ 6 ]
Holalala... No idea where the Ultimate artifact is.
[Script System][Suggestions] SelectionBox(msg, list) Redbar110%[Script System][Suggestions] SelectionBox(msg, list) Redbar12
 0% [ 0 ]
Total Votes : 6
Most Viewed Topics
H3SW: General Graphics discussion
Ragoon's Graphics For HoMM3SW
Introduce yourself
H3SW General Discussion
H3SW Map List: Work in progress
H3SW: Dwelling Development
Forum Admins Feed
The Floody Land
Enrothian Fan Art
Heroes III: The Succession Wars v0.8.2 Beta

 

 [Script System][Suggestions] SelectionBox(msg, list)

Go down 
AuthorMessage
Unknown_Hero
Mage
Mage
Unknown_Hero


Messages : 780
Quality Points : 78
Registration Date : 2015-09-06

[Script System][Suggestions] SelectionBox(msg, list) Empty
PostSubject: [Script System][Suggestions] SelectionBox(msg, list)   [Script System][Suggestions] SelectionBox(msg, list) Icon_minitime2017-03-18, 04:25

SelectionBox(msg, list)

Displays a message box with a selection list (like the one of the Town Portal spell) and with "OK" and "CANCEL" buttons.

Example of use:

h = GetCurrentHero();
rewardDeclined = 0;
MessageBox("After a brilliant performance, the Guardian comes to you and offers you a well deserved reward.");
msg = "Choose your reward!";
list = {"Traveler's Boots of Mobility", "Army of 50 Master Swordmen", "20 units of Crystal", "25000 Gold"};
choice = SelectionBox(msg, list);
if choice == 0 then -- the player has chosen to click on the "CANCEL" button.
  MessageBox("Too bad you refuse the reward, I'm disappointed. But maybe I do not know everything and it will bring you luck later?");
  rewardDeclined = 1;
elseif choice == 1 then
  GrantArtifact(h, ARTIFACT_TRAVELERS_BOOTS_OF_MOBILITY);
elseif choice == 2 then
  GrantArmy(h, CREATURE_MASTER_SWORDSMAN, 50);
elseif choice == 3 then
  GiveResource(GetHeroOwner(h), RESOURCE_CRYSTAL, 20);
elseif choice == 4 then
  GiveResource(GetHeroOwner(h), RESOURCE_GOLD, 25000);
end;
Back to top Go down
 
[Script System][Suggestions] SelectionBox(msg, list)
Back to top 
Page 1 of 1
 Similar topics
-
» [Script System][Suggestions] GetUserDifficultyChoice() and more
» [Script System][Suggestions] BattleGetCurrentTurn() and more
» [Script System][Suggestions] CancelShareVision(p1, p2)
» [Script System][Suggestions] GetGlobalCreatureUpgradeCost(value) and more
» [Script System][Suggestions] GetCreaturesInGeneratorQuantity(x, y) and more

Permissions in this forum:You cannot reply to topics in this forum
~ Forums of Enroth ~ :: Modding Guild :: Heroes of Might and Magic II: Project Ironfist :: Modding and Mapmaking-
Jump to: