Checking if gametype is Grief in gsc?
-
Hello there
I am adding in the Grief Fix into my GSC but I want to make it so itll only execute if the current gametype is Grief (so it doesnt affect regular modes)
Is it possible to do that? -
Solved
I looked into my GSC and found that
if ( level.scr_zm_ui_gametype == "zgrief" ) { //Insert code here }
Seemed to work. Keeping the post incase someone is looking for this.