generated from Jaysyn/ModuleTemplate
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
int StartingConditional()
|
|
{
|
|
object self = OBJECT_SELF;
|
|
if (GetIsObjectValid(GetMaster(self))) return FALSE;
|
|
if (GetLocalInt(self,"hired")) return TRUE;
|
|
return FALSE;
|
|
}
|