16 lines
263 B
Plaintext
16 lines
263 B
Plaintext
/* Script generated by
|
|
DM Kaine
|
|
|
|
For download info, please visit:
|
|
http://www.kaineonline.net */
|
|
|
|
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
if (GetTag(GetItemInSlot(INVENTORY_SLOT_NECK, oPC))=="sarumroyalseal") return TRUE;
|
|
|
|
return FALSE;
|
|
}
|
|
|