Advertisement
Slowhand-VI

MS: _vars.fos body

Dec 31st, 2015
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.79 KB | None | 0 0
  1.    $    700 1   perk_ms_spawned 0   0   0   4
  2. **********
  3.    Stores if Mysterious Stranger has been spawned.
  4. **********
  5.  
  6.    $    701 1   perk_ms_id  0   0   0   4
  7. **********
  8.    Stores the id of the Mysterious Stranger.
  9. **********
  10.  
  11.    $    710 1   LVAR_perk_ms_normal_timer   0   0   0   4
  12. **********
  13.    Check this for timer/CD availability.
  14. **********
  15.  
  16.    $    711 1   LVAR_perk_ms_medical_timer  0   0   0   4
  17. **********
  18.    Check this for timer/CD availability.
  19. **********
  20.  
  21.    $    720 1   LVAR_perk_ms_dead   0   0   0   4
  22. **********
  23.    Is the Mysterious Stranger dead?
  24. **********
  25.  
  26.    $    721 1   LVAR_perk_ms_first_aid_available    0   0   0   4
  27. **********
  28.    Does Mysterious Stranger have first aid available?
  29. **********
  30.  
  31.    $    722 1   LVAR_perk_ms_doctor_available   0   0   0   4
  32. **********
  33.    Does Mysterious Stranger have Doctor skill available?
  34. **********
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement