i dont think it can be done with current settings but i hope via script its possible if it is please post the script
ill be very grateful
float fQuestDelayTimeBegin GameMode set fquestdelaytime to 0.1 if Player.GetItemCount 000382DF == 0 ;You could replace the ID here and below with a custom one if you wanted your own custom soul gem to be used. Player.AddItem 000382DF 1 endifEnd
scn ScriptNameHerefloat fQuestDelayTimeBegin GameMode set fquestdelaytime to 0.1 if Player.GetItemCount SoulGem5Grand5GrandSoul == 0 ;You could replace the ID here and below with a custom one if you wanted your own custom soul gem to be used. Player.AddItem SoulGem5Grand5GrandSoul 1 endifEnd