Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T69674
Change Details
Change Details
Old
New
Diff
See mission attachment below, or try by hand: Give a unit a weapon and a name: removeAllWeapons this; this addWeapon "SMG_01_F"; Make him drop his weapon: unitname action ["DropWeapon", unitname, "SMG_01_F"]; Make him drop his weapon in an ammobox to crash the game: unitname action ["DropWeapon", ammoboxname, "SMG_01_F"];
See mission attachment below, or try by hand: Give a unit a weapon and a name: removeAllWeapons this; this addWeapon "SMG_01_F"; Make him drop his weapon: unitname action ["DropWeapon", unitname, "SMG_01_F"]; Make him drop his weapon in an ammobox to crash the game: unitname action ["DropWeapon", ammoboxname, "SMG_01_F"];
Continue