Falling-off-ledge Teleporter?
Moderator: GZDoom Developers
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
- Emperor S P O O N
- Posts: 7
- Joined: Wed Oct 07, 2020 8:02 pm
Falling-off-ledge Teleporter?
I've seen these before in other maps, but I'm not entirely sure how it's done. Basically let's say the map is set in a floating rock/terrain in the sky and when a player falls off the edge they get teleported back onto the rock, but only when they reach a certain height. How can I accomplish that?
- Kappes Buur
-
- Posts: 4171
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
- Contact:
Re: Falling-off-ledge Teleporter?
That would be a perfect setup to use sector actions 9983 or 9993
and attach a teleport special.
and attach a teleport special.
- Emperor S P O O N
- Posts: 7
- Joined: Wed Oct 07, 2020 8:02 pm
Re: Falling-off-ledge Teleporter?
Cool. Thanks!