OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: extremepilot on 23 Feb 2007, 23:56:17

Title: "randomwatch.sqs not found" & weapons list
Post by: extremepilot on 23 Feb 2007, 23:56:17
**I got my hands on the "randomwatch.sqs" script (now that I think about it, I think it might of been for OFP, and not ArmA, is there any difference?), and I have tried placing it in every folder. I am trying to make a searchlight look around. Where would I place it?

**Something else I wanted to ask - I could not find a list of weapons and ammo for ArmA on this site! I was initially wondering what the M4 Mag is called, but now am interested in the entire list...

**Another thing   :-[, how can I prohibit a unit from going prone? After placing it behind sandbags and realizing it goes prone every time it sees an enemy, I searched all over for this. Perhaps force standing would be amazing or force crouching would be a nice addition.

Thanks in advance
Title: Re: "randomwatch.sqs not found" & weapons list
Post by: Planck on 24 Feb 2007, 01:31:50
The OFPEC Comref (http://www.ofpec.com/COMREF/index.php?action=list&game=All&letter=a) has list of OFP and ArmA weapons.


Planck
Title: Re: "randomwatch.sqs not found" & weapons list
Post by: Pellejones on 24 Feb 2007, 04:40:14
In the Init field of the unit that is a searchlight: [name of unit] exec "randomwatch.sqs"
Title: Re: "randomwatch.sqs not found" & weapons list
Post by: extremepilot on 24 Feb 2007, 05:56:31
No you don't understand, I did that but I don't know where to place the actual file and it says it isn't found
Title: Re: "randomwatch.sqs not found" & weapons list
Post by: Planck on 24 Feb 2007, 14:24:46
What file?

The script file needs to go in the mission folder.


Planck
Title: Re: "randomwatch.sqs not found" & weapons list
Post by: Willus_Killus on 25 Feb 2007, 10:59:40
check the comref under "weaponscfg - arma" for weapons/mag names

and to make ur dude stand up use -   this setunitpos "up"

and to make ur dude crouch use -   this setunitpos "middle" (but they dont seem to shoot in that position)