Skip to content

Commit

Permalink
Biker M60 find
Browse files Browse the repository at this point in the history
Will use the groovy line just like he's spotting a chainsaw.
  • Loading branch information
xanaguy committed Feb 14, 2022
1 parent 8d6fece commit 7039927
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions root/scripts/talker/biker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9198,32 +9198,32 @@ 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
{
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
Expand Down

0 comments on commit 7039927

Please sign in to comment.