Multiple specials on one line?
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Multiple specials on one line?
How would this be accomplished? For example, H Door Raise and H Script Execute on the same linedef.
Re: Multiple specials on one line?
Why not make the script call H Door Raise?
Re: Multiple specials on one line?
Just realized that. Really, really bad example. I'm trying H Script Execute and H Plane Align (Slope).
- The Unmaker
- Posts: 139
- Joined: Sun Mar 30, 2008 3:15 am
- Location: Pete's World :D
Re: Multiple specials on one line?
Never used them before, but what about slope things?
Re: Multiple specials on one line?
With that particular example, you're out of luck because you can't assign a line id with [wiki]Plane_Align[/wiki] and it has to be present at map startup to have any effect.Ghastly_dragon wrote:Just realized that. Really, really bad example. I'm trying H Script Execute and H Plane Align (Slope).
You have a couple of choices. You could use a different line or actor to create the slope instead, freeing up that line for the [wiki]ACS_Execute[/wiki] special. Or, you could create a second line very close to the first and give it the special instead. You could even try using a sector action to trigger the effect if you're wanting to use it as a walk-over effect and the line separates two sectors (which I guess it would have to if it's being used to create a slope... heh)
Re: Multiple specials on one line?
The slope actor worked, lol. Thanks, all!
- The Unmaker
- Posts: 139
- Joined: Sun Mar 30, 2008 3:15 am
- Location: Pete's World :D
Re: Multiple specials on one line?
How do those things work?
Re: Multiple specials on one line?
I don't know all of them, yet, but the one I used was pretty simple. I used the actor that copys the ceiling slope from another sector.
- .+:icytux:+.
- Posts: 2661
- Joined: Thu May 17, 2007 1:53 am
- Location: Finland
Re: Multiple specials on one line?
you could also make a dummy sector beside it (it has to be setup right) and then copyfloorplane or ceiling plane.