From 70399279c5826aa90f33c547d31d4665487c3000 Mon Sep 17 00:00:00 2001 From: xanaguy <33107269+xanaguy@users.noreply.github.com> Date: Sun, 13 Feb 2022 18:29:59 -0600 Subject: [PATCH] Biker M60 find Will use the groovy line just like he's spotting a chainsaw. --- root/scripts/talker/biker.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/root/scripts/talker/biker.txt b/root/scripts/talker/biker.txt index 07db3d03..d614881b 100644 --- a/root/scripts/talker/biker.txt +++ b/root/scripts/talker/biker.txt @@ -9198,24 +9198,12 @@ Rule SurvivorSpottedChainsawAutoBiker Response SurvivorSpottedChainsawBiker } -//-------------------------------------------------------------------------------------------------------------- -// Spotted Firearms (Generic Lines) -//-------------------------------------------------------------------------------------------------------------- -Response SurvivorSpottedWeaponBiker -{ - scene "scenes/Biker/SpotWeapons01.vcd" //Weapons here! - scene "scenes/Biker/SpotWeapons02.vcd" //Weapon's over here! - scene "scenes/Biker/SpotWeapons03.vcd" //Buncha guns over here! - scene "scenes/Biker/SpotWeapons04.vcd" //Weapon's over here! - scene "scenes/Biker/SpotWeapons05.vcd" //We got weapons over here. -} - Rule SurvivorSpottedM60Biker { criteria ConceptPlayerSpotWeapon IsNotCoughing IsBiker IsTalk IsTalkBiker IsNotSaidSomeoneDied IsNotSmartLookAuto IsM60 IsWorldTalkBiker _auto_NotSpottedVehicle ApplyContext "SaidSpotWeapons:1:5,SaidSpot:1:20" applycontexttoworld - Response SurvivorSpottedWeaponBiker + Response SurvivorSpottedChainsawBiker } Rule SurvivorSpottedM60AutoBiker @@ -9223,7 +9211,19 @@ Rule SurvivorSpottedM60AutoBiker criteria ConceptPlayerSpotWeapon IsNotCoughing IsBiker IsTalk IsTalkBiker IsNotSaidSomeoneDied IsSmartLookAuto IsNotInSafeSpot IsNotAlone IsNotSaidSpotWeapons IsNotSaidSpot IsM60 IsWorldTalkBiker IsNotSpeakingWeight0 _auto_NotSpottedVehicle ApplyContext "SaidSpotWeapons:1:5,SaidSpot:1:20" applycontexttoworld - Response SurvivorSpottedWeaponBiker + Response SurvivorSpottedChainsawBiker +} + +//-------------------------------------------------------------------------------------------------------------- +// Spotted Firearms (Generic Lines) +//-------------------------------------------------------------------------------------------------------------- +Response SurvivorSpottedWeaponBiker +{ + scene "scenes/Biker/SpotWeapons01.vcd" //Weapons here! + scene "scenes/Biker/SpotWeapons02.vcd" //Weapon's over here! + scene "scenes/Biker/SpotWeapons03.vcd" //Buncha guns over here! + scene "scenes/Biker/SpotWeapons04.vcd" //Weapon's over here! + scene "scenes/Biker/SpotWeapons05.vcd" //We got weapons over here. } Rule SurvivorSpottedMagnumBiker