- Joined
- May 4, 2007
- Messages
- 2,260
Guys, I have a question, that may sound newb ... but: How do I create a Haunted Gold mine, with gold ???
Well, you see, I found that if I create a haunted gold mine, it doesn't have gold ...
Here is the code I used:
But the mine created has no gold..
Then I though," I know I will use a dummy!", but didn't went well.. the stupid dummy can't summon the dam mine, on a real mine ...
So, How do I do this ?
Well, you see, I found that if I create a haunted gold mine, it doesn't have gold ...
Here is the code I used:
JASS:
set x = -4600.0
set y = 1200.0
set mine = CreateUnit(p, 'ugol', x, y, 270) //creates UDmine
Then I though," I know I will use a dummy!", but didn't went well.. the stupid dummy can't summon the dam mine, on a real mine ...
So, How do I do this ?