~ 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
» Songs of Conquest
[Script][WWWT] Problem of Variable? Icon_minitimeby Blake01 2024-04-07, 15:14

» ...to XP run...
[Script][WWWT] Problem of Variable? Icon_minitimeby CATMAN 2024-03-30, 03:16

» WARNING - The dreaded moment is here: Heroes 6 servers shutting down
[Script][WWWT] Problem of Variable? Icon_minitimeby Blake01 2024-03-29, 23:04

» Songs of Silence (HoMM like game)
[Script][WWWT] Problem of Variable? Icon_minitimeby Blake01 2024-03-27, 16:52

» Heroes Orchestra's 5th Birthday concerts with Paul Romero
[Script][WWWT] Problem of Variable? Icon_minitimeby rrravyn 2024-03-23, 22:45

» fheroes2 General Announcements
[Script][WWWT] Problem of Variable? Icon_minitimeby sirDranik 2024-03-17, 23:35

» Photo Gallery
[Script][WWWT] Problem of Variable? Icon_minitimeby Sir Albe 2024-03-07, 06:57

Poll
Global announcements should be:
Everlasting, 1 for each project.
[Script][WWWT] Problem of Variable? Redbar110%[Script][WWWT] Problem of Variable? Redbar12
 0% [ 0 ]
Temporary, when there is something new to announce.
[Script][WWWT] Problem of Variable? Redbar11100%[Script][WWWT] Problem of Variable? Redbar12
 100% [ 6 ]
Holalala... No idea where the Ultimate artifact is.
[Script][WWWT] Problem of Variable? Redbar110%[Script][WWWT] Problem of Variable? 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.1 Beta

 

 [Script][WWWT] Problem of Variable?

Go down 
2 posters
AuthorMessage
Unknown_Hero
Mage
Mage
Unknown_Hero


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

[Script][WWWT] Problem of Variable? Empty
PostSubject: [Script][WWWT] Problem of Variable?   [Script][WWWT] Problem of Variable? Icon_minitime2017-03-09, 03:55

What's wrong with this: Problem of variable?

*

Tested with Ironfist version 1.2.1+ (version of December 15, 2016).

*

In the scenario "TestScri.mx2" (Massive Test of Project Ironfist Script System), I recruited Rangers with this code:

rangerRecruit = 0;

function OnUnitRecruit(CREATURE_RANGER)
 MessageBox("I see you.");
 rangerRecruit = 1;
 MessageBox(rangerRecruit);
end;

if rangerRecruit == 1 then
 MessageBox("This should be displayed after recruiting Ranger.");
end;

The message box "This should be displayed after recruiting Ranger." is never displayed.

***** Edited *****

rangerRecruit = 0;

function OnUnitRecruit(creatureid)
 if creatureid == CREATURE_RANGER then
   MessageBox("I see you at Ranger.");
   rangerRecruit = 1;
   MessageBox(rangerRecruit);
 end
end;

if rangerRecruit == 1 then
 MessageBox("This should be displayed after recruiting Ranger.");
end;

The message box "This should be displayed after recruiting Ranger." is never displayed.
Back to top Go down
Darmani
Master Modder
Master Modder
Darmani


Messages : 288
Quality Points : 47
Registration Date : 2014-12-27

[Script][WWWT] Problem of Variable? Empty
PostSubject: Re: [Script][WWWT] Problem of Variable?   [Script][WWWT] Problem of Variable? Icon_minitime2017-03-13, 07:51

The code you mentioned runs at the start of the map, when the script is first loaded.
Back to top Go down
Unknown_Hero
Mage
Mage
Unknown_Hero


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

[Script][WWWT] Problem of Variable? Empty
PostSubject: Re: [Script][WWWT] Problem of Variable?   [Script][WWWT] Problem of Variable? Icon_minitime2017-03-14, 06:42

Ok, I see, it was too simple, thank you. Razz
Back to top Go down
Sponsored content





[Script][WWWT] Problem of Variable? Empty
PostSubject: Re: [Script][WWWT] Problem of Variable?   [Script][WWWT] Problem of Variable? Icon_minitime

Back to top Go down
 
[Script][WWWT] Problem of Variable?
Back to top 
Page 1 of 1
 Similar topics
-
» Sorrow's End script
» [Script System] BuildInCurrentTown(building)
» [Script System][Suggestions] BattleGetCurrentTurn() and more
» [Ironfist ver 1.3.0] Problem with SetPrimarySkill(hero, skill, quantity) and OnBattleStart()
» [Script System][Suggestions] CancelShareVision(p1, p2)

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: