i'm currently learning skyrim modding with creation kit tutorials.
i have made a quest with a simple objective. Talk to a NPC i created and make him go to talk to another NPC.
i used a scene with at first a single action (Package Travel to a specific place).
my problem is my scene works correctly when i place it in mixwatermillexterior for example.
but if i try to place it in whiterundragonsreach, the scene does'nt fire.
i put a debug message before the "MyScene.Start()" ( launched at a certain quest stage) which is well displayed.
but the first action of the scene is never fired ( another debug message not displayed in the begin event of Travel Package)
Theses message are well displayed when the action take place in mixwatermillexterior
Anyone has an idea ?
Thx for advance
