Quest logic bugfixes
Quest logic bugfixes. Full compile.
This commit is contained in:
@@ -27,7 +27,7 @@ int StartingConditional()
|
||||
|
||||
//:: Inspect quest state
|
||||
nInt = RetrieveQuestState("kingsley", oPC);
|
||||
if (!nInt == 1)
|
||||
if (!(nInt == 1))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
|
Reference in New Issue
Block a user