Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
kknot5889

How to get a player to start a map falling down an elevator shaft

Question

So I want this map to start with the player falling down quite a large 'shaft' as soon as the map opens. I've moved the player start thing to the highest elevation of the shaft, but when I test the map I just start on the ground floor. Is there any way I can make this happen? I'm using GZDoom Builder, by the way. 

 

Thanks!

Share this post


Link to post

5 answers to this question

Recommended Posts

  • 0

Raise the floor of the sector all the way to the top. Right click, give it a Sector Tag (lets use 600 in this example).

 

Press F10 to open the script editor then copy and paste this

 

#include "zcommon.acs"
script "LowerTheFloorTime!" enter {
    Floor_LowerToLowest(1, 64);
}

 

Save and play. Did it work?

Edited by nexxtic28

Share this post


Link to post
  • 0
Just now, kknot5889 said:

Alright, well @nexxtic28 has provided me with a script that does just this. Answered!

 

I'm sending you my Paypal link. Writing those 4 lines took a serious toll on my health and I could really go with some McDonalds right now.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×