I′m having some problems at writing an script for this. I want when a npc is killed by the player, the player gets "your journal has been updated"... can anyone write it for me? Many thanks!
Begin script_name if ( OnDeath == 1 ) Journal Journal_Index 10 endif End
begin "DM_Script"short doOnceif ( doOnce == false ) if ( GetHealth < 1 ) Set doOnce To 1 Journal "DM_Topic" index endifendifend "DM_Script"