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

Making a rocket torrent attack enemies and not the player.

Recommended Posts

I downloaded Realm667's rocket torrent in the repository. The problem is that I want to make a script that when you hit a switch the rocket torrent will only shoot at the monsters and not the player. I tried this:

 

script 1 (void)

{

   Thing_Hate(1, 2 , 5);

}

 

The rocket torrent doesn't want to do what I want in the script.

Here is the file I have;

Thanks guys for helping me out!

RocketTurret.zip

Share this post


Link to post

In DECORATE, make sure the turret has the +FRIENDLY flag.  If the turret uses ZScript instead, I don't know how to help you with that.

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
×