Home   Help Search Login Register  

Author Topic: Where do I find the MineDetonate.sqs ?  (Read 737 times)

0 Members and 1 Guest are viewing this topic.

Trooper

  • Guest
Where do I find the MineDetonate.sqs ?
« 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

Kaliyuga

  • Guest
Re:Where do I find the MineDetonate.sqs ?
« Reply #1 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..  

???

Offline Killswitch

  • Members
  • *
  • Peace, cheese and ArmA
Re:Where do I find the MineDetonate.sqs ?
« Reply #2 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).