I will add pictures because you can see everything that I have done and tell me if something is wrong. My though was to do Charon first so I did and when I "finished" the dialogue appeared but when I pressed it he said what he was supposed to however he did not start the package. I know it's simple and that I am maybe missing something little but here are screens:
http://img709.imageshack.us/img709/7282/relaxtopic.jpg
http://img535.imageshack.us/img535/2069/charoncondition.jpg
http://img683.imageshack.us/img683/6320/letsgotopic.jpg
The script is the default follower script i just added short relax ( I dont know if thats correct seems to make sense, I am new to modding)
SCN CharonSCRIPTshort CharonKillAhzrukhalSceneStartshort CharonKillAhzrukhalSceneKillshort CharonKillAhzrukhalSceneTalkToPlayershort HasBeenHiredshort WeaponOutshort CombatStyleRangedshort CombatStyleMeleeshort IsFollowingDefaultshort IsFollowingShortshort IsFollowingLongshort Waitingshort Relaxfloat TimerBEGIN OnDeath set DialogueUnderworld.CharonDead to 1ENDBEGIN OnActivate if ( CharonKillAhzrukhalSceneStart != 1 ) && ( CharonKillAhzrukhalSceneKill != 1 ) activate endifENDBEGIN OnCombatEND if ( GetPlayerTeammate == 1 ) resethealth restoreav perceptioncondition 100 restoreav endurancecondition 100 restoreav leftattackcondition 100 restoreav leftmobilitycondition 100 restoreav rightattackcondition 100 restoreav rightmobilitycondition 100 endifENDBEGIN OnDeath set CharonKillAhzrukhalSceneKill to 0 set CharonKillAhzrukhalSceneStart to 0 if ( Followers.CharonHired == 1 ) set Followers.PlayerHasFollower to 0 set Followers.CharonHired to 0 ShowMessage FollowerMessageDeadCharon endifEND