2023-09-25 20:24:01 -04:00
|
|
|
//::///////////////////////////////////////////////
|
|
|
|
//:: FileName is_guild
|
|
|
|
//:://////////////////////////////////////////////
|
|
|
|
//:://////////////////////////////////////////////
|
|
|
|
//:: Created By: Script Wizard
|
|
|
|
//:: Created On: 3/5/2009 2:50:49 PM
|
|
|
|
//:://////////////////////////////////////////////
|
|
|
|
int StartingConditional()
|
|
|
|
{
|
|
|
|
|
|
|
|
// Inspect local variables
|
2023-11-17 21:54:26 -05:00
|
|
|
//if(GetItemPossessedBy(GetPCSpeaker(), "guildpass")!=OBJECT_INVALID)
|
2023-09-25 20:24:01 -04:00
|
|
|
return TRUE;
|
|
|
|
|
2023-11-17 21:54:26 -05:00
|
|
|
//return FALSE;
|
2023-09-25 20:24:01 -04:00
|
|
|
}
|