OFPEC Forum
Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started 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
-
The OFPEC Comref (http://www.ofpec.com/COMREF/index.php?action=list&game=All&letter=a) has list of OFP and ArmA weapons.
Planck
-
In the Init field of the unit that is a searchlight: [name of unit] exec "randomwatch.sqs"
-
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
-
What file?
The script file needs to go in the mission folder.
Planck
-
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)