Call of Duty Script Documentation

badplace_arc(<name>, <duration>, <origin>, <radius>, <height>, <direction>, <right angle>, <left angle>, <team>, ...)


Module
BadPlaces


Summary


Creates a bad place arc. AI will flee this position if they can, and will not go into it if they can avoid it.

Example


badplace_arc("halftrack_bp", -1, mg42.origin, 1500, 400, (1.00, 0.00, 0.00), 20, 0, "allies");

Minimum Number of arguments: 9


Number of optional arguments: 0



Return to Function List