function Trig_npc_Actions takes nothing returns nothing
call DisableTrigger(GetTriggeringTrigger())
call TriggerSleepAction(1.)
call EnableTrigger(gg_trg_npc1)
call DialogClear(udg_dialog[8])
set udg_button[10]=DialogAddButtonBJ(udg_dialog[8],"TRIGSTR_99996")
set udg_button[11]=DialogAddButtonBJ(udg_dialog[8],"TRIGSTR_99995")
set udg_button[12]=DialogAddButtonBJ(udg_dialog[8],"TRIGSTR_99994")
set udg_button[13]=DialogAddButtonBJ(udg_dialog[8],"TRIGSTR_99993")
call DialogSetMessage(udg_dialog[8],"TRIGSTR_99992")
call DialogDisplayBJ(true,udg_dialog[8],GetOwningPlayer(GetEnteringUnit()))
endfunction