I want when the player enters the room make an invisible voice say "You will not win", then spawn a demon.
Now, I thought of trying to figure out how to create a scene by making a trigger which makes a merchant in the room scream "Help me!"
Scriptname GSQTestMerchantSceneTriggerScript extends ObjectReference Scene Property MerchantScene Auto Event OnTrigger(ObjectReference akActionRef) MerchantScene.ForceStart()EndEventI've tried
MerchantScene.Start()as well. I've tried looking for if I've failed to do anything with my scene but I haven't found anything... How exactly are you supposed to start a scene anyway?
Oh, and about the invisible voice... I've followed a tutorial on youtube (I'm not allowed to post links yet) named "Skyrim Creation Kit Tutorial 03: Forcing the Player to Act, but I'm not sure the spawning of an invisible man will be good for my scenario as the player can walk around freely, thus run into him even if he's invisible. Is there any other way?