JezuzLizard I tried compiling the code from GitHub and am still getting errors trying to compile that code too.
Not quite sure what is happening that is throwing off the compiler but it's not compiling.
undefined
Welstiel
@Welstiel
Posts
-
[Release] [ZM] BO2 Remix Mod -
[Release] [ZM] BO2 Remix ModHello. I attempted to remove the override for sprint from round 1. However, after I decompile the file to change things recompiling throws "Bad syntax in line 93." I checked that line and it ends at this point:
round_think_override( restart )
{
if( !(IsDefined( restart )) )
{
restart = 0;
}
level endon( "end_round_think" );
if( !(is_true( restart )) )
{
if( IsDefined( level.initial_round_wait_func ) )
{
[ ]; <---
}Is this array supposed to be blank?