OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: bedges on 08 Aug 2005, 20:55:04
-
what's the syntax for accessing files from a folder within a mission folder?
i have tried
/folder_name/filename.paa
and
folder_name/filename.paa
but neither work. this is just from an un-pbo'd single player mission, and not even pbo'ing it helps...
-
This works at least for scripts in a folder inside the mission folder:
"uberScripts\header.sqs"
-
yep, by looking at other missions i figured it out - the slash has to be the other way round, i.e.
foldername\filename.paa
duh, me stoopid ::)