[JASS] Deliberate Leak

Status
Not open for further replies.
Level 10
Joined
Jun 21, 2007
Messages
643
Some members of my clan are making a map from what I gather is similar to Don't Push the button, however, I have been consripted to do the triggers for it, but I'm stuck on making the game crash after someone performs an action, my advice was to jsut defeat players, however the original creator is rather adamant that it should crash the game.

To this end I attempted to destroy the All Players unit group, I heard that might cause wc3 to crash but to no avail, is there a way to desync or crash all players from a game using JASS?

Regards,
MadCD:infl_thumbs_up:
 
Level 20
Joined
Apr 22, 2007
Messages
1,960
No, that's impossible. SetUnitPosition, which is the GUI move unit action, can't move units out of bounds. It would only be possible with SetUnitX or SetUnitY, which are exclusively Jass functions.

Except if you were using WEU or something.
 
Status
Not open for further replies.
Top