Fixed rest menu & alignment changer

Fixed rest menu & alignment changer.  Updated release archive.
This commit is contained in:
Jaysyn904
2023-11-17 21:54:26 -05:00
parent f8f1413d0c
commit a203d11310
18 changed files with 18069 additions and 99 deletions

View File

@@ -9,8 +9,8 @@ int StartingConditional()
{
// Inspect local variables
if(GetItemPossessedBy(GetPCSpeaker(), "guildpass")!=OBJECT_INVALID)
//if(GetItemPossessedBy(GetPCSpeaker(), "guildpass")!=OBJECT_INVALID)
return TRUE;
return FALSE;
//return FALSE;
}