Skip to content
James edited this page Nov 11, 2017 · 5 revisions
hubScene:LonestarEncounter() {
  if((runIdentifier!=38)&&(runIdentifier!=39) {
    g:ConcealmentCheck=randInt(1,12)
    // other stuff that does not matter here
    conversation2(LoneStar_Patrol_pt_1, PC:0, Lonestar1)
   }
 }

conv:LoneStar_Patrol_pt_1() {
  if((g:Notoriety<30)&&(g:ConcealmentCheck<=pc0:SECRETSAUCE)) {
     // Notice the weapons
    }
  if((g:Notoriety<30)&&(g:ConcealmentCheck>pc0:SECRETSAUCE)&&(pc0:SECRETSAUCE>0)) {
     // Do not notice the weapons
    }
  if((g:Notoriety<30)&&(g:ConcealmentCheck>pc0:SECRETSAUCE)&&(pc0:SECRETSAUCE<=0)) {
     // Not packing any weapons
    }
   if(g:Notoriety>=30) {
     // Wanted Felon
    }
 }

13

  • Vindicator Minigun

11

  • all armor 8
  • Ares MP LMG
  • FN-MAG 5
  • M107 GPHMG
  • Ranger Arms SM-3
  • Walther MA 2100

10

  • Ruger 100-S
  • Ruger 100-S (Smartlink)
  • Walther MA-2100
  • Walther MA-2100 (Smartlink)
  • Ranger Arms SM-3
  • Ranger Arms SM-3 (Smartlink)

9

  • AK97
  • Colt M22a2
  • czechvz88v
  • Ares FN-HAR
  • HK G12A3z
  • HK G12A3z
  • Heckler & Koch G12A3z (Smartlink)
  • Ruger 100
  • Ruger 750
  • Ruger 950
  • Ruger Sporter 10/22

7

  • Ares Monofilament Sword
  • Centurion Laser Crescent Axe
  • Narcoject Rifle

6

  • Defiance T-250
  • Enfield AS-7
  • Mossberg CMDT
  • Remington Model 990
  • Remington Roomsweeper
  • Winchester Model 21

5

  • AK-97 Carbine SMG
  • Beretta Model 70
  • HK227
  • HK227 (Silenced)
  • HK MP-5 TX
  • Ingram Smartgun
  • Sandler TMP
  • SCK Model 100.
  • Uzi III

2

  • Ares Crusader MP
  • Ares Light Fire 70 (Silenced)
  • Ares Predator
  • Ares Predator II
  • Ares Viper Slivergun
  • Beretta Model 200ST
  • Browning Ultra-Power
  • Ceska Scorpion
  • Colt Manhunter
  • Fichetti Security 500a
  • Ruger Super Warhawk

1

  • Ares Light Fire 70
  • Beretta Model 101T
  • Ceska vz120
  • Colt American L36
  • Defiance Super Shock
  • Fichetti Security 500
  • Narcoject Pistol
  • Seco LD-100

0

  • Defiance AZ-150 Super Stun Baton
  • Streetline Special
  • Tiffani Self-Defender
  • Walther Palm Pistol

-1

  • Samurai Trenchcoat 1
  • Samurai Trenchcoat 3
Clone this wiki locally