Jump to content

AssaultMonkey

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Posts posted by AssaultMonkey


  1. I have been trying to look up a way to spawn ONE single VC unit in my mission. been trying to do this through a script but i am having trouble defining the path to find the classname. I am using this line of code:

    GroupName = [getMarkerPos "spawnPoint1", EAST, 10] call BIS_fnc_spawnGroup;

    This will usually create a bunch of russians but i want to spawn either one or more vc's.

    any suggestions guys? i really love the mod and i have been looking at the operational handbook and stuff but with no luck.

    please dont trash me for my noobishness.


  2. I have been trying to look up a way to spawn ONE single VC unit in my mission. been trying to do this through a script but i am having trouble defining the path to find the classname. I am using this line of code:

    GroupName = [getMarkerPos "spawnPoint1", EAST, 10] call BIS_fnc_spawnGroup;

    This will usually create a bunch of russians but i want to spawn either one or more vc's.

    any suggestions guys? i really love the mod and i have been looking at the operational handbook and stuff but with no luck.

    please dont trash me for my noobishness.

×