else

X2:The ThreatX3:Reunion
used in if conditional blocks as an alternative to the if condition

example

if $ship exists
  • do something
else
  • print error message
end

boron