#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); }