Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. public int[]duelButtons = {
  2. 26069, 26070, 26071, 30136, 2158, 26065, 26072, 26073, 26074, 26066, 26076
  3. };
  4. public String[]duelNames = {
  5. "No Ranged", "No Melee", "No Magic", "No Gear Change", "Fun Weapons", "No Retreat", "No Drinks", "No Food", "No prayer", "No Movement", "Obstacles"
  6. };
  7. public boolean[]duelRule = {
  8. false, false, false, false, false, true, false, true, false,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement