Advertisement
Rydotee

My Rank Crystal

Jun 24th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. wOS:RegisterItem( {
  2. Name = "RANK Crystal (Raven's Nevermore Crystal)",
  3. Description = "RANK Crystal.",
  4. Type = WOSTYPE.CRYSTAL,
  5. Rarity = 0,
  6. Model = "models/purple2/purple2.mdl",
  7. OnEquip = function( wep )
  8. wep.CustomSettings[ "Corrupted" ] = true
  9. wep.UseColor = Color( 161, 0, 255 )
  10. end,
  11. } )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement