Files
HeroesStone_PRC8/_module/nss/sk_icw_disabled.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

9 lines
235 B
Plaintext

// include the weather system file
// check this file for info about the system
#include "s_icw_include"
int StartingConditional()
{
// return if the system is disabled
return GetLocalInt(GetModule(), IC_VAR_DISABLE_SYSTEM);
}