UW2_PRC8/_module/nss/is_guild.nss
Jaysyn904 a203d11310 Fixed rest menu & alignment changer
Fixed rest menu & alignment changer.  Updated release archive.
2023-11-17 21:54:26 -05:00

17 lines
474 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;
}