just respond by quoting script XX and help me with the script ( sometimes i may have 3 or 4 scripts i need help with and its easier this way ) -personal link- http://webpages.charter.net/manauser/morrowind/indenter.htm
Script 01
Short DoOnceShort AspectIf ( DoOnce == 0 ) Set DoOnce to 1 setfatigue -1 endifIf ( DoOnce == 1 ) If ( bm_frost_giant->Gethealth <= 0 ) Set DoOnce to 2 Setfatigue 300 endifendifIf ( Journal BM_WildHunt == 87 ) If ( DoOnce == 2 ) Set DoOnce to 3 Startcombat "BM_hircine_straspect" Messagebox, "I will help you" Set aspect to 1 endifendifIf ( Journal BM_Wildhunt == 88 ) If ( DoOnce == 2 ) Set DoOnce to 3 Startcombat "BM_hircine_spdaspect" Messagebox, "I will help you" Set aspect to 2 endifendifIf ( Journal BM_Wildhunt == 89 ) If ( DoOnce == 2 ) Set DoOnce to 3 Startcombat "BM_hircine_huntaspect" Messagebox, "I will help you" Set aspect to 3 endifendifIf ( DoOnce == 3 ) If ( Aspect == 1 ) If ( BM_hircine_straspect->Gethealth <= 0 ) Set DoOnce to 4 position, -23802, -13353, 1965, 0 endif endifendifIf ( DoOnce == 3 ) If ( Aspect == 2 ) If ( BM_hircine_spdaspect->Gethealth <= 0 ) Set DoOnce to 4 position, -23802, -13353, 1965, 0 endif endifendifIf ( DoOnce == 3 ) If ( BM_hircine_huntaspect->Gethealth <= 0 ) If ( Aspect == 3 ) Set DoOnce to 4 position, -23802, -13353, 1965, 0 endifendifendif