Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. bool red = now.Day == 31 && now.Month == 10;
  2. bool jordan = now.Day == 1 && now.Month == 11;
  3. if (red || jordan && npc.type == 113)
  4. {
  5. npc.displayName = "Wall Of Cake";
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement