Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. for( int i = 0; i < Items.Count; ++i )
  2. {
  3. if ( Items[i] is Platinum )
  4. {
  5. from.SendMessage( 0x35, "You notice the glint of platinum inside the chest.");
  6. break;
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement