Hallo Leute,
hab am WE eine schicke Idee gehabt, wie ich Munitionsnachschub über
Verbündeten LKW auf die Karte schicken kann, und anschließend die
LKW wieder von der Karte entfernen.
Anbei meine Scripts.
Vielleicht findet es in einer Map von Euch Verwendung.
Viel Spaß
Automatic Delivery of Supplies with Truck.
This set of scripts allows you to send in Supplytrucks with Ammo,Supply or Fuel. After a starting-condition is meet, a group to trucks is sent in.
This scripts works nice if performed for the players ally.
On testing it it proved to be better if only eight boxes of ammo were delivered per truck, so that an escape-route will always be open.
Definitionen:
Type Bedeutung Nummer
Zone Targetzone for supplies Z39
Group Supplies I8
Group Transporter I9
Zelle Control switch C58
Timer Timer T58
Tor Entrance/Exit Gates D
If(c58==0 && Units of Enemy in Z39 && 0 units of I9 on map &&) /* Starting Condition */
{ T58=7 Minuten
C58==1
}
If(C58==1 && T58 abgelaufen) /* Send in the Transports */
{ Send in „MunTransport“ an Aux Player C through Gate D to Zone 39 without delay
Send in „MunTransport“ an Aux Player C through Gate D to Zone 39 without delay
C58:=2;
I9.Mission=keine
I9.Group1=I8
I9.Group2=I8
}
if(C58==1 && all units of group i9 in Z39) /* Unload at destiney */
{ Display Message „Munitionsnachschub ist eingetroffen“
Move View to Z39
I8.Mission=InfGuard Zone
I8.Zone1=Z58
I8.Zone2=Z58
I9.Mission=TransproterSupport
I9.Group1=I8
I9.Group2=I8
I9.Zone1=Z58
I9.Zone2=Z58
T58=15 Sekunden
C58:=2
}
if(C58==2 && T58 abgelaufen) /* Remove Trucks from Board */
{ I9.Mission=none
eliminate units of I9 via Gate D
C58:=0
}
NachschubLKW über Verbündete anliefern lassen
- -STW-Big Daddy
- Oberfeldwebel
- Beiträge: 407
- Registriert: 24.12.2002, 03:37
- Wohnort: Germany
- Kontaktdaten: