Advertisement
Suchiman

Untitled

Oct 5th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.28 KB | None | 0 0
  1. if (count.get_name() == playername)
  2. {
  3.     if (tempitem != "little-chic" && tempitem != "young-hen" && tempitem != "little-golden-chic" && tempitem != "young-golden-hen" && tempitem != "skeleton")
  4.     {
  5.         removed = count.remove_inventory(tempitem);
  6.     }
  7.  
  8.     registered = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement