#include "quest_inc" void main() { object oPC = GetPCSpeaker(); CreateItemOnObject(GenerateRandomItem(oPC), oPC); }