Difference between revisions of "Ship-vanish"

From FreeSpace Wiki
Jump to: navigation, search
m (New page: ship-vanish Makes the named ship vanish (no log and vanish) Single Player Only! Warning: This will cause ship exit not to be logged, so 'has-departed', etc. will not work 1: List of s...)
 
m (category)
Line 6: Line 6:
 
==Comments==
 
==Comments==
 
*This is what Volition used to make Kappa wing disappear in [[Mystery of the Trinity]]. As the SEXP description says, ships that vanish do not count as ships that depart, so has-departed-delay will not work. It can be circumvented by using a SEXP tree like this: (is-event-true-delay "Event that uses ship-vanish").
 
*This is what Volition used to make Kappa wing disappear in [[Mystery of the Trinity]]. As the SEXP description says, ships that vanish do not count as ships that depart, so has-departed-delay will not work. It can be circumvented by using a SEXP tree like this: (is-event-true-delay "Event that uses ship-vanish").
 +
 +
[[Category:Retail SEXPs]]

Revision as of 18:01, 28 September 2008

ship-vanish
Makes the named ship vanish (no log and vanish)
Single Player Only!  Warning: This will cause ship exit not to be logged, so 'has-departed', etc. will not work
1: List of ship names to vanish

Comments

  • This is what Volition used to make Kappa wing disappear in Mystery of the Trinity. As the SEXP description says, ships that vanish do not count as ships that depart, so has-departed-delay will not work. It can be circumvented by using a SEXP tree like this: (is-event-true-delay "Event that uses ship-vanish").