- Joined
- Dec 11, 2014
- Messages
- 665
[Solved] "Random Race" button appearing in the wrong place
-
SetVariable
-
Events
-
Map initialization
-
-
Conditions
-
Actions
-
Set RandomRace[1] = Castle
-
Set RandomRace[2] = Necropolis
-
Set RandomRace[3] = Temple Of Tides
-
Set RandomRace[4] = Tree Stump
-
Set RandomRace[5] = Animal Fury
-
Set RandomRace[6] = Altar Of Heroes
-
Set RandomRace[7] = Heaven Portal
-
Set RandomRace[8] = Tree Of Life
-
Set RandomRace[9] = Dragon Nest
-
Set RandomRace[10] = Stronghold
-
Set RandomRace[11] = Poisoned Spring
-
-
-
RedRandom
-
Events
-
Unit - Race Market 0000 <gen> Sells a unit
-
-
Conditions
-
(Unit-type of (Sold unit)) Equal to Random race
-
-
Actions
-
Unit - Remove (Sold unit) from the game
-
Unit - Replace (Triggering unit) with a RandomRace[(Random integer number between 1 and 11)] using The old unit's relative life and mana
-
Selection - Select (Last replaced unit) for Player 1 (Red)
-
-
Last edited: