From e76481e8546cf32903e7e68b3d7a05126ef0c6e7 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Fri, 6 May 2022 18:51:56 -0600 Subject: [PATCH] arg update --- userraw/maps/mp/bots/_bot_chat.gsc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/userraw/maps/mp/bots/_bot_chat.gsc b/userraw/maps/mp/bots/_bot_chat.gsc index 3f28886..6b328d6 100644 --- a/userraw/maps/mp/bots/_bot_chat.gsc +++ b/userraw/maps/mp/bots/_bot_chat.gsc @@ -1676,7 +1676,7 @@ bot_chat_tube_watch( state, tubeWp, tubeWeap, d, e, f, g ) /* bot_chat_killstreak_watch( streakName, b, c, d, e, f, g ) */ -bot_chat_killstreak_watch( state, streakName, campSpot, d, e, f, g ) +bot_chat_killstreak_watch( state, streakName, c, directionYaw, e, f, g ) { self endon( "disconnect" ); @@ -1685,6 +1685,8 @@ bot_chat_killstreak_watch( state, streakName, campSpot, d, e, f, g ) case "call": switch ( streakName ) { + location = c; + case "helicopter_flares": switch ( randomint( 1 ) ) { @@ -1811,6 +1813,7 @@ bot_chat_killstreak_watch( state, streakName, campSpot, d, e, f, g ) break; case "camp": + campSpot = c; break; } }