Author Topic: Beam lock  (Read 2676 times)

0 Members and 1 Guest are viewing this topic.

Offline dragonsniper

  • 29
  • Master of the Irrelevant
    • Steam
I'm currently working on a mission, and I want a cruiser to have it's beams unlocked until the weapon subsystem on it is below 80% (or something like that.) The problem is, is that I have a SEXP set up to get it to lock the beams on the cruiser once the weapons health is down to a specific point, but the beams on the cruiser don't lock? :confused: Anybody have any hints on why that may be?
Do or do not, there is no try...
~HLP Member and Modder~
          ~~2008-201x~~

 

Offline dragonsniper

  • 29
  • Master of the Irrelevant
    • Steam
I think I fixed it... another SEXP is conflicting with it I think. But idea's would still be nice because I've had problems like this in the past.
Do or do not, there is no try...
~HLP Member and Modder~
          ~~2008-201x~~

 

Offline Mobius

  • Back where he started
  • 213
  • Porto l'azzurro Dolce Stil Novo nella fantascienza
    • Skype
    • Twitter
    • The Lightblue Ribbon | Cultural Project
when

  <
  hits-left-subsystem
    <cruiser>
    <subsystem's name>
    true

  80

beam-free-all
 <cruiser>

(assuming that you didn't set "All ships beam-freed by default" in Mission Specs)
The Lightblue Ribbon

Inferno: Nostos - Alliance
Series Resurrecta: {{FS Wiki Portal}} -  Gehenna's Gate - The Spirit of Ptah - Serendipity (WIP) - <REDACTED> (WIP)
FreeSpace Campaign Restoration Project
A tribute to FreeSpace in my book: Riflessioni dall'Infinito

 

Offline dragonsniper

  • 29
  • Master of the Irrelevant
    • Steam
Thanks. In the first post I meant to say "locked" instead of "unlocked." Anyhow, I think I have it working now.
Do or do not, there is no try...
~HLP Member and Modder~
          ~~2008-201x~~

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
And a special :yes: for Mobius for remembering to include the optional 3rd argument in the Hits-left-subsystem SEXP. That one trips up so many people but the event simply wouldn't have worked properly without it.
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 

Offline dragonsniper

  • 29
  • Master of the Irrelevant
    • Steam
I guess that's true. Thanks for the quick help.
Do or do not, there is no try...
~HLP Member and Modder~
          ~~2008-201x~~

 

Offline Mobius

  • Back where he started
  • 213
  • Porto l'azzurro Dolce Stil Novo nella fantascienza
    • Skype
    • Twitter
    • The Lightblue Ribbon | Cultural Project
And a special :yes: for Mobius for remembering to include the optional 3rd argument in the Hits-left-subsystem SEXP. That one trips up so many people but the event simply wouldn't have worked properly without it.

:D
The Lightblue Ribbon

Inferno: Nostos - Alliance
Series Resurrecta: {{FS Wiki Portal}} -  Gehenna's Gate - The Spirit of Ptah - Serendipity (WIP) - <REDACTED> (WIP)
FreeSpace Campaign Restoration Project
A tribute to FreeSpace in my book: Riflessioni dall'Infinito

 

Offline Hippo

  • Darth water-horse
  • 211
  • Grazing.
    • All Hands to War
when

  <
  hits-left-subsystem
    <cruiser>
    <subsystem's name>
    true

  80

beam-free-all
 <cruiser>

(assuming that you didn't set "All ships beam-freed by default" in Mission Specs)


if you have beam-free-all sexp's managing to lock your beams, you're doing something wrong
VBB Survivor -- 387 Posts -- July 3 2001 - April 12 2002
VWBB Survivor -- 100 Posts -- July 10 2002 - July 10 2004

AHTW

 

Offline Mobius

  • Back where he started
  • 213
  • Porto l'azzurro Dolce Stil Novo nella fantascienza
    • Skype
    • Twitter
    • The Lightblue Ribbon | Cultural Project
A light SEXP change is required, then. :)
The Lightblue Ribbon

Inferno: Nostos - Alliance
Series Resurrecta: {{FS Wiki Portal}} -  Gehenna's Gate - The Spirit of Ptah - Serendipity (WIP) - <REDACTED> (WIP)
FreeSpace Campaign Restoration Project
A tribute to FreeSpace in my book: Riflessioni dall'Infinito

  

Offline dragonsniper

  • 29
  • Master of the Irrelevant
    • Steam
I figured it out. I had another SEXP that was conflicting with it, not allowing it to work a the right time. Thanks for the help though. :)
Do or do not, there is no try...
~HLP Member and Modder~
          ~~2008-201x~~