GetOffMyYarn bd6efd3825 Changes and Fixes
Removed old cripple creek maps and added originals back in. Fixed outfits for some mobs that were not showing up previously. Added and fixed some transitions.
2024-10-07 11:32:07 -04:00

17 lines
470 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName is_guild
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/5/2009 2:50:49 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(GetItemPossessedBy(GetPCSpeaker(), "guildpass")!=OBJECT_INVALID)
return TRUE;
return FALSE;
}