Home   Help Search Login Register  

Author Topic: Script not found?  (Read 613 times)

0 Members and 1 Guest are viewing this topic.

Kojak

  • Guest
Script not found?
« on: 13 Dec 2002, 06:19:04 »
It was quite some time since I edited (back during version 1.30 of ofp I think - ah those days!) but now I have got a quite odd error: whenever I try to run a script, no matter what, I get a message telling me that the script can't be found. But:

the script is correctly written;
it's named *.sqs;
and it's placed in the user folder with the mission in question.

So, what is wrong?

kevinfostereditguy

  • Guest
Re:Script not found?
« Reply #1 on: 13 Dec 2002, 10:00:12 »
try putting

[] exec "scriptname.sqs"

in any units/triggers init field, or create an "init.sqs" file and put the above in it to run the apporopriate script. i use init.sqs a lot to start my scripts off and it works fine.

fi all else fails, update your version