12 lines
180 B
Plaintext
12 lines
180 B
Plaintext
|
/* Wand limiter */
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
if (GetTag(GetItemInSlot(INVENTORY_SLOT_NECK, oPC))!="thornious") return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|
||
|
|