Last active
August 26, 2015 22:57
-
-
Save Dalet/a8211736a7489fa3871c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
state("EternalWar-HQ") | |
{ | |
string10 map : "", 0x459B1FD; | |
float igt : "", 0x2202C3C, 0x11a0; | |
} | |
start | |
{ | |
return current.map == "start.bsp" && current.igt > 0 && current.igt != old.igt; | |
} | |
reset | |
{ | |
return current.igt == 0 && current.map == "start.bsp"; | |
} | |
split | |
{ | |
return current.map != old.map && current.map != "start.bsp" && current.map != ""; | |
} | |
isLoading | |
{ | |
return current.igt == old.igt; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment