[Global]: loading init
This commit is contained in:
8
iw3sp_mod_ff_src/raw/scripts/bog_a/three_coming_out.gsc
Normal file
8
iw3sp_mod_ff_src/raw/scripts/bog_a/three_coming_out.gsc
Normal file
@ -0,0 +1,8 @@
|
||||
init()
|
||||
{
|
||||
// The placeholder line from the alpha build is missing in all localizations except for English, lol.
|
||||
if(getDvarInt("loc_language") == 0)
|
||||
return;
|
||||
// Three coming out!
|
||||
level.scr_sound[ "second_floor_left_guy" ][ "three_coming_out" ] = "null";
|
||||
}
|
Reference in New Issue
Block a user