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

Sectors activating scripts (Solved)

Recommended Posts

Hey folks. Just curious if there is any way to do this? I just want to display a message once when the player is present in a particular sector, and I'm not sure which script does this. As far as I know, it seems like linedefs and things can activate scripts but I can't find out on the zdoomwiki how to make sectors activate scripts. Thanks in advance

Nevermind! I finally found it after literally going through every action special. http://zdoom.org/wiki/Classes:SecActEnter

Share this post


Link to post

ZDoom has some special actors which you can place in a sector, which can then be set to trigger their action based upon various things that happen in that sector. For the most part, you can set these to activate a script much like any other Thing. The specific actor that you probably want in this case is detailed here.

Share this post


Link to post
Mithran Denizen said:

ZDoom has some special actors which you can place in a sector, which can then be set to trigger their action based upon various things that happen in that sector. For the most part, you can set these to activate a script much like any other Thing. The specific actor that you probably want in this case is detailed here.


Thanks Mithran, I just found it a couple seconds ago and I'm implementing it 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
×