EN4_PRC8/_module/nss/qst_finished.nss

15 lines
185 B
Plaintext
Raw Permalink Normal View History

#include "rd_questinc"
#include "sql_db_partywide"
void main()
{
object oPC;
oPC = GetPCSpeaker();
SetPartyInt(oPC,"Finished",1);
SQL_SetLocalIntOnAll(oPC,"OverallQuest",5);
}