Deleted member 255104
D
Deleted member 255104
So, what i need to do:
1) Play specific unit portrait;
2) Play specific sound;
3) Ping on minimap where specific unit is located;
4) There must be no text on screen when i do this.
Before current patch of war3, i used DoTransmissionBasicsXYBJ (or just default gui), and it worked. Now, it parses "(null)" on screen and at message log.
I decided to look into jass, found this function, and track it up to SetCinematicScene. I thought, i can find and re-create it (and removing that part with message), but so far i can't find anything about it.
Can any of you help me with this conundrum (or suggest any other way to make this work)?
1) Play specific unit portrait;
2) Play specific sound;
3) Ping on minimap where specific unit is located;
4) There must be no text on screen when i do this.
Before current patch of war3, i used DoTransmissionBasicsXYBJ (or just default gui), and it worked. Now, it parses "(null)" on screen and at message log.
I decided to look into jass, found this function, and track it up to SetCinematicScene. I thought, i can find and re-create it (and removing that part with message), but so far i can't find anything about it.
Can any of you help me with this conundrum (or suggest any other way to make this work)?
Last edited by a moderator: