Fair Strides 472 Posted March 31 Yeah, that one should work. If it doesn't work as you want it to, you can try moving the SetGlobalFadeOut below the SetGlobalFadeIn, and then possibly adjust the first number. Quote Share this post Link to post Share on other sites
Kaidon Jorn 42 Posted March 31 (edited) Yup. it cut to black suddenly on the fadeout. #holdmuhbeer Hey how does SetFadeUntilScript work? Edited March 31 by Kaidon Jorn Quote Share this post Link to post Share on other sites
Fair Strides 472 Posted March 31 That's usually used at the start of a dialog (like a cutscene) and keeps the screen black until the first script fires that isn't a conditional (I think it won't fire for a conditional). Then it fades in, IIRC. Can also be used during module loads so that you can have everything set up and in the right spots, then start a dialog that runs a script or starts a cutscene to fire a script. Quote Share this post Link to post Share on other sites
Kaidon Jorn 42 Posted Monday at 05:26 PM Got a question... k_def_disturb01 in a creature's OnDisturbed field,... I know the script is blank and "not currently used", but what was it for? Is it like a OnInventoryDistubed on a placeable? I want to have a droid drop a saber part, then fire a journal entry script. So is the only way to do this for a creature is have the OnDeath script give you the part and add the journal entry? Quote Share this post Link to post Share on other sites
DarthParametric 2,995 Posted Monday at 06:23 PM From k_ai_master: case 1008: //KOTOR_DEFAULT_EVENT_ON_DISTURBED { //NOT USED } break; Quote Share this post Link to post Share on other sites
Kaidon Jorn 42 Posted Monday at 06:27 PM Nevermind Quote Share this post Link to post Share on other sites
Kaidon Jorn 42 Posted Wednesday at 05:35 PM Could someone decompile these two scripts for me? They were for 604DAN and the second has coordinates I want to fix up and use. k_fab_enter.ncs a_xtracrystals.ncs I am most grateful. Quote Share this post Link to post Share on other sites
DarthParametric 2,995 Posted Wednesday at 06:05 PM Here you go. k_fab_enter.nss a_xtracrystals.nss 1 Quote Share this post Link to post Share on other sites
Kaidon Jorn 42 Posted Wednesday at 06:09 PM Yes! Awesome thankyou! Quote Share this post Link to post Share on other sites