Advertisement
lostcalpolydude

Use all used skill books

Dec 10th, 2017
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. foreach it in $items[]
  2. {
  3. if ( item_amount( it ) > 0 && it.reusable && string_modifier( it, "Skill" ) != "" && !have_skill( to_skill( string_modifier( it, "Skill" ) ) ) )
  4. {
  5. use( 1, it );
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement