If so could someone write one up for me?
Cheers,
Shadowform.
scn QuestSCPTInt iDiceInt iCountInt iDayBegin GameMode If (GetDayOfWeek == iDay) ; If the plugin is first loaded on a Sunday, it won't be filled until Monday Return Else Set iDay to GetDayOfWeek Set iCount to ContainerREF.GetItemCount Widget ; No more than 50 widgets ContainerREF.RemoveItem ItemID iCount ; Remove Widgets Set iDice to (GetRandomPercent / 2) ContainerREF.AddItem Widget iDice ; Add Widgets EndIfEnd