::Inserting Scripts with HETH:: [Method 1] After you've compile your script, you'll have a MYSCRIPT.O file. This needs to be renamed to MYSCRIPT.RAW. Start HETH. Open your PWAD: r MYWAD.WAD Insert the MYSCRIPT.RAW into a BEHAVIOR.WAD: i MYSCRIPT.RAW BEHAVIOR Read the new BEHVAIOR.WAD into HETH: r BEHAVIOR.WAD Now group the BEHAVIOR.WAD containing your script and your PWAD into a final NEWPWAD.WAD: g NEWPWAD.WAD The roup function will combine all open PWADs into whatever OUTPUT.WAD name you define. To see what PWADs are open at any given time, type w wads So far the above method has been working for people. The critical factor is giving your compiled script a .RAW extension. [METHOD 2] Command 'O' converts a renamed compiled script to BEHAVIOR.WAD Compile your script with the acc.exe utility, rename the file from MYSCRIPT.O to MYSCRIPT.RAW, Edit or Read a level:- R MYWAD.WAD at the command line type:- O MYSCRIPT.RAW then Group them to form a new PWAD:- G NEWPWAD.WAD This is a quick addition, as inserting lumps this way only works for map01, a proper command from within the editor itself will be implemented soon. ============================================================================= Thanks for supporting DETH and HETH! -Dr Sleep 11-18-95