16 lines
464 B
Plaintext
16 lines
464 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName wizbeetle
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/11/2002 4:41:56 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
object oItem = GetItemPossessedBy(GetPCSpeaker(), "MutantFireBeetlebelly");
|
|
return oItem != OBJECT_INVALID;
|
|
}
|
|
|