I suppose this post is a continuation of this post:
http://www.hiveworkshop.com/forums/...-find-odd-crashes-war3-xd-260655/#post2629778
So I was messing a little to do as Dr. Super Good suggested, but I'm kinda stuck. The issue is that slots get used more than once, which I don't want. Any help is appreciated ^^
Trigger: (MaxIndex is 10 by default b.c 10 slots for icons to be placed.)
http://www.hiveworkshop.com/forums/...-find-odd-crashes-war3-xd-260655/#post2629778
So I was messing a little to do as Dr. Super Good suggested, but I'm kinda stuck. The issue is that slots get used more than once, which I don't want. Any help is appreciated ^^
Trigger: (MaxIndex is 10 by default b.c 10 slots for icons to be placed.)
- Set TempInt = (Random integer number between 1 and MaxIndex)
- Set UIWinPoint[MaxIndex] = UIWinPoint[TempInt]
- Set MaxIndex = (MaxIndex - 1)