Hard Light Productions Forums

Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: Mortex on April 24, 2003, 06:38:18 pm

Title: Right said FRED
Post by: Mortex on April 24, 2003, 06:38:18 pm
I've got problems, nothing new there :wink:. I have single mission that works fine the first time you load it from the tech room. Plays through without a hitch and you can die and replay as many times as you like but if I leave the mission and go back to the tech room and try to re-load it I get the following:
Error: Argument count is illegal.

In sexpression: ( and
   ( or
      ( is-event-true-delay
         "Mission Complete"
         0
      )
      ( is-event-true-delay
         "Mission Fail"
         0
      )
   )
)
(Error appears to be: and)
File:C:\projects\freespace2\code\Mission\MissionParse.cpp
Line: 3552

Call stack:
------------------------------------------------------------------
------------------------------------------------------------------
:wtf:

any insights gratefully received.
Title: Right said FRED
Post by: Galemp on April 24, 2003, 07:23:42 pm
It's a simple SEXP. Go into FRED, delete it, then reinstate it. See if it happens again.