In the title I mean Spawning Cheese Problem my bad Hello, I am having trouble with a script I wrote, the script is simple spawn cheese on end of cast (thous of you who makes spells iwll know what I mean). So the mod consists of a basic event on end effect. This is my script: Scriptname AAAASheo_SummonCheese extends activemagiceffect ObjectReference property SpawnedCheese auto Event OnEffectFinish(Actor target, Actor caster) target.PlaceAtMe(SpawnedCheese) EndEvent And I set up spawned cheese to be an item from Sovngarde ofcourse. The problem is that it all compiles and saves perfectly but the cheese itself doesnt spawn. I have tried twiking the spell effect and spell settings. I tried twiking the effect archtype, I tried twiking the delivery, and nothing worked. I need this for the update of my mod update, so please if anyone knows hlep me out. Que Dieu soit avec vous et je vous remercie pour votre temps -Dan