![]() | |
| | #1 |
![]() Join Date: Jun 2008
Posts: 33
![]() | Custom victory trigger? i dont want to seem rude since its my first post but can someone help me find a possible solution for my mapbasically i want a trigger that when the hunters have killed the runners 25 times between them they win, because the respawn system at the moment makes it so if you do well and escape the hunters for the game and die you have enough resources to respawn over 50 times over making it impossible for the hunters to winits similar to the jurassic park maps system if that helps :P ideas on solutions? ps. just out of interest, i found the link to this site from the final fantasy epic rpg map, for the save/load system, yet i couldnt find any posts related to making this system? is there a thread explaining it at all? |
| | |
| | #2 |
![]() Join Date: Sep 2006 Location: Denmark (GMT+1)
Posts: 2,173
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Re: Custom victory trigger? Try make a global variable called "HunterKills" of a integer type. Then go into your respawn system and add this if action: Code: If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
HunterKills Greater than or equal to 25
Then - Actions
Trigger - Turn off (This trigger)
-------- Your actions here if runners have lost --------
Skip remaining actions
Else - Actions
Set HunterKills = (HunterKills + 1) If so then disable the respawn system and then after that action you can add your defeat actions or get it to run another trigger. Just remember to add them above the "Skip remaining actions" otherwise runners will still get respawn'ed". If not then it set HunterKills + 1 and continue the trigger. This of course only works if your runner respawn system only gets activated when a runner dies. Otherwise you would have to post the system so I can see what we can implement. EDIT: About the save&load system... yeah it's kind of bugged. Just ask on the FFE board -_-', anyway the guy who made the system appears to be a lot offline. You might get better results PM himself. |
| | |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| i cant get the trigger 2 work after ownership changes | shocker | World Editor Help | 5 | 02-08-2008 04:47 PM |
| Trigger Thread, These might help you. | Halakbalakbalak | World Editor Help | 1 | 10-21-2007 12:45 PM |
| Unit editor basic guide | Halakbalakbalak | Submit a Tutorial [World Editor] | 1 | 10-19-2007 02:18 PM |
| Respawning + Hero Selection on Circle | DarkBlade | Tutorials | 4 | 09-07-2007 07:56 PM |