Jump to content
Sign in to follow this  
panda123

naming a spawned unit

Recommended Posts

Hi,

I've searched everywhere here but I didn't find how to give a name to a spawned unit. I use this to spawn a unit :

WestGrp10 = CreateGroup EAST;

_leader = WestGrp10 createUnit ["Rita_Ensler_EP1", [(getMarkerPos "ritaspawn") select 0,(getMarkerPos "ritaspawn") select 1,0], [], 3, "FORM"];

_leader = leader WestGrp10;

_null=execvm "chat.sqf";

I've found for example rita=this is the way to name but I didn't find the solution after several tests.

Does someone have a solution for this ?

Thanks for your help.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×