OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: Rommel92 on 17 Apr 2008, 04:08:33

Title: DAC 2.0, Custom Events.
Post by: Rommel92 on 17 Apr 2008, 04:08:33
Code: [Select]
_Events_Unit_S = [
[], //OnCreate (where I want the script)
[],
[],
[],
[],
[]
];
I want all new squads to execute a script of mine, say lets call it script.sqf. How?!

DAC manual says "_group execVM ""script.sqf""";
Don't work...

EDIT: Nevermind, turns out it was AdobePDF "" instead of the regular ones... who'd of known uh?  :P