• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Model Problem

Status
Not open for further replies.
Level 13
Joined
Oct 25, 2009
Messages
995
2 Problem

Anyone know,why sometimes i import model will turn into invisibility and i cannot click,sometimes another model got work.
2nd problem,when i random,it always random to same hero.
like this:
  • Random
  • Events:
  • Player - Player 1 (Blue) types a chat message containing -random as An exact match
  • Conditions:
  • None
  • Actions:
  • Set Random_Integer = (Random integer number between 1 and 5)
  • Set The_Heroes[1] = Blademaster
  • Set The_Heroes[2] = Beastmaster
  • Set The_Heroes[3] = Naga
  • Set The_Heroes[4] = Moutain King
  • Set The_Heroes[5] = Paladin
  • Unit - Create 1 The_Heroes[Random_Integer] for (Triggering player) at (Center of (Playable map area)) facing Default building facing degrees
:goblin_wtf:
 
I'd like to know WHAT is the function of doing this
I don't want to be spoon-fed without knowing WHAT is actually going on
If someone kind enough to tell me the details of what Maker said

because by default that option is true... and what does it do?

if Fixed Random Seed is equal to true, when you hit test map button, GetRandom functions will always return the same value per function

Its like the first time you hit the test map button, the game automatically looks for all GetRandom functions in your map, and gives them a value which does not change even if you close editor, etc... but it only affects a map when you use Test Map...
 
Status
Not open for further replies.
Top