5 lines
91 B
Plaintext
5 lines
91 B
Plaintext
int StartingConditional()
|
|
{
|
|
return GetLocalInt(OBJECT_SELF, "lmpPerformTheft") != 0;
|
|
}
|