Home   Help Search Login Register  

Author Topic: 1 script, one group  (Read 496 times)

0 Members and 1 Guest are viewing this topic.

jt15_506

  • Guest
1 script, one group
« on: 21 Aug 2004, 00:47:33 »
Hi
Is there a way for you to simply have 1 script that puts an entire group into a vehicle? I think I saw it on here and I couldn't find it on the search.
Thanks

CopyrightPhilly

  • Guest
Re:1 script, one group
« Reply #1 on: 21 Aug 2004, 00:49:58 »
put this in the leaders init

Code: [Select]
mygrp = group this; "_x moveincargo vehiclename" foreach units mygrp
replace vehiclename with the vehicles name

cheers, Philly

jt15_506

  • Guest
Re:1 script, one group
« Reply #2 on: 21 Aug 2004, 01:03:29 »
works great, thanks!  :)