8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oMe=OBJECT_SELF;
|
||
|
object oBook=GetItemPossessedBy(oMe,"it_grubbins");
|
||
|
if (!GetIsObjectValid(oBook)) return TRUE;
|
||
|
return FALSE;
|
||
|
}
|