generated from Jaysyn/ModuleTemplate
9 lines
235 B
Plaintext
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);
|
|
}
|