Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. scn AXLWolverineAdamantiumClawsScript
  2.  
  3. short DoOnce
  4.  
  5. BEGIN GameMode
  6.  
  7. if ( Player.HasPerk AdamantiumSkeleton == 0 )
  8. if ( Player.HasPerk AXLWolverineSuperStrikePerk == 1 )
  9. RETURN
  10. endif
  11. endif
  12.  
  13. if ( DoOnce == 0 )
  14. if ( Player.HasPerk AdamantiumSkeleton == 1 )
  15. player.removeitem AXLWolverineBoneClawsWeapon 1 1
  16. player.additem AXLWolverineAdamantiumClawsWeapon 1
  17. player.equipitem AXLWolverineAdamantiumClawsWeapon
  18. set DoOnce to -1
  19. endif
  20. endif
  21.  
  22. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement