Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
13
_module/nss/qst_checkdone.nss
Normal file
13
_module/nss/qst_checkdone.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "rd_misc"
|
||||
|
||||
void main()
|
||||
{
|
||||
int iStep;
|
||||
int iSteps;
|
||||
|
||||
iStep = GetLocalInt(GetPCSpeaker(),"QuestStep");
|
||||
iSteps = GetLocalInt(GetPCSpeaker(),"QuestSteps");
|
||||
|
||||
if (iStep == iSteps)
|
||||
SetPartyInt(GetPCSpeaker(),"QuestDone",1);
|
||||
}
|
||||
Reference in New Issue
Block a user