linedefs blocking team players?
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.
-
TheBladeRoden
- Posts: 13
- Joined: Thu Jan 20, 2011 10:33 pm
linedefs blocking team players?
Is there a way to make linedefs block players that are on a specific team?
- Demolisher
- Posts: 1749
- Joined: Mon Aug 11, 2008 12:59 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Winchester, VA
- Contact:
Re: linedefs blocking team players?
Not that I know of, but you could have a script run ACS_ExecuteAlways, with an if statement to check the team, and then use thrustthing to keep the player out.
-
TheBladeRoden
- Posts: 13
- Joined: Thu Jan 20, 2011 10:33 pm
Re: linedefs blocking team players?
I'll give it a try