PDA

View Full Version : behavior lump + multiple levels


MasterOfPuppets
May 23rd, 2004, 05:56 PM
if i made a behavior lump (ACS scripts) in a wad (map01), then combined it with another wad (map02) would the scripts from the first map affect the second?

lets say i had a script for colored light in map01 and its tag was 1.
in map02 i have a remote door sector that happens to have a tag of 1. will it change color?

Kaiser
May 23rd, 2004, 10:03 PM
no. *bug*

or better yet, try it and see what happens.

MasterOfPuppets
May 24th, 2004, 03:55 PM
i've been trying to, but the wads always crash. i think it may be because i combined two wads that each had their own behavior lumps.

see, i'm working on a community project, so everybody's levels will have their own scripts. i'm worried that we will get major problems when combining wads.

deepteam
May 25th, 2004, 08:20 AM
Scripts from 1 level won't affect another level, unless you specify that a script in 1 level comes from another level or World vars. But you'd know if you were doing that.

You can have as many levels with scripts as you like - many examples exist.

I'm assuming you are using a HEXEN format level, since that's the only 1 that accepts BEHAVIOR. And you can't combine PWADs with BEHAVIOR using Wintex. Either DeePsea or XWE can though.

MasterOfPuppets
May 25th, 2004, 05:36 PM
ahh ok thank you very much.