Ok, i know that i've been posting a lot, but there's another problem.
My quest Doesn't start and i don't know how to solve this problem.
I checked all my script and there's no error of compilation.
I checked all my scenes and dialogue and everything seems to be correct.
When I try to speak with the NPC that gives me the quest the dialogue doesn't start.
I have also made a trigger with this script:
Quest Property (NameQuest) Auto
Event OnTriggerEnter(ObjectReference akActionRef)
if AkActionRef == Game.GetPlayer()
(NameQuest).SetStage(10)
(NameQuest).SetObjectiveDisplayed(10)
endif
Endevent
In this case the quest "start", but there's no marker, no stage test (I wrote something but it doesn't appear) and a scene that used to start when my quest is set on stage 10 didn't start.
I HAVE TRIED TO GENERATE SEQ FILES, BUT IT DOENS'T FIX THE PROBLEM.
I have lost my hope guys.... I really don't know what to do. If someone know something and wanna help me I would be very grateful.