OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Trooper on 11 Jul 2003, 21:47:49

Title: Where do I find the MineDetonate.sqs ?
Post by: Trooper on 11 Jul 2003, 21:47:49
When I place my mines in the mission and have them activated by a trigger, I get a message sayin C0C_Mines\scirpts\MineDetonate.sqs  not found when the trigegr is activated.

Where do I find this sqs file and where  do I put it?    Thanx


Trooper
Title: Re:Where do I find the MineDetonate.sqs ?
Post by: Kaliyuga on 11 Jul 2003, 22:00:00
  That script should be in the addon its self....  

thats why the path was listed as it was in the error..

the script is supposed to be inside the .pbo in the Scripts folder...

so I have no idea why you're getting that error, could be you're setting em off wrong somehow or made a spelling error somewhere..  

???
Title: Re:Where do I find the MineDetonate.sqs ?
Post by: Killswitch on 11 Jul 2003, 22:04:44
Yep, that script file is embedded within the CoC_Mines.pbo addon that you need to have in one of your Addons folders.

Also, make sure that the code line in your trigger(s) reads
Code: [Select]
[ThisList select 0] exec "\CoC_Mines\scripts\MineDetonate.sqs"
Note that the "o" in CoC is the letter O, not the number 0 (zero).