View Single Post
  #29  
Old 08-16-2012, 10:40 PM
KnightFandragon KnightFandragon is offline
Approved Member
 
Join Date: Dec 2009
Location: KRL HQ, Ontario Canada
Posts: 740
Default

Hornet'sNest

Did you hit F9 and go under tasks, right click, new task and make that?

below the condition, you made for the entity, did you make a command

delay: 0.2
task: killallenemy then set to complete

Then make another trigger, name it "gameend" or victory, doesnt matter. But in there yoiu have to make a condition,

Task:
work
killallenemy(task name)
complete

then down in the commands, make a command that is

delay: 2
gameover: win and your victory message if you make one.

The game should end once all the Game end is in place and what not.
Reply With Quote