EN4_PRC8/_module/nss/qst_overall1_4_3.nss

17 lines
254 B
Plaintext
Raw Permalink Normal View History

#include "rd_questinc"
#include "sql_db_partywide"
void main()
{
int iRandom;
int iQuest;
int iQuestStepType;
object oPC;
object oGiver;
object oBoss;
oPC = GetPCSpeaker();
oGiver = OBJECT_SELF;
SQL_SetLocalIntOnAll(oPC,"OverallQuest",132);
}