I need a script to remove Journal quest.
--------------------------------------------------------------------------------
void SetGamePlotWhitJournal(object oPC, string sPlotName, int iPlotStatus, int iGold, int iXP, string sJournalID, int iJournalStatus)
--------------------------------------------------------------------------------
SetGamePlotWhitJournal(oPC, "Plot_0126", 1, 0, 0, "florestchallenge", 1);
SetGamePlotWhitJournal(oPC, "Plot_0126", 0, 0, 0, "florestchallenge", 0);