Topic: Detecting Enemy Boarding Parties  (Read 2338 times)

0 Members and 1 Guest are viewing this topic.

Rhaz

  • Guest
Detecting Enemy Boarding Parties
« on: May 08, 2003, 02:48:42 pm »
I'm trying to detect when boarding parties are beamed onto a ship.  I've tried capturing the event with the monTransportedItem and monSpecialTransport, but neither seemed to be called when invaders are trying to capture the ship.  I've been digging through the API but am not seeing it.  

All suggestions welcome.

TIA,
Rhaz

NuclearWessels

  • Guest
Re: Detecting Enemy Boarding Parties
« Reply #1 on: May 08, 2003, 08:29:57 pm »
Unfortunately not.   If you find something please holler, because this would be really helpful information.

About the closest I've been able to come up with is to periodically check the number of friendly marines, and warn the player when it's dropping.  (ugly)

dave
 

Rhaz

  • Guest
Re: Detecting Enemy Boarding Parties
« Reply #2 on: May 08, 2003, 11:01:12 pm »
Thanks Dave.  I wonder if I can detect this activity from the attacker's perspective (since all I really want to do it give the player a message).   Hmmm, something else to try I guess.