Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. #MACHINEELFING
  2. if(have_familiar($familiar[Machine Elf]) && $familiar[Machine Elf].fights_limit > $familiar[Machine Elf].fights_today) {
  3. use_familiar($familiar[Machine Elf]);
  4. while($familiar[Machine Elf].fights_limit > $familiar[Machine Elf].fights_today)
  5. adv1($location[The Deep Machine Tunnels], -1, "");
  6. }
  7.  
  8.  
  9. cli_execute("familiar garbage fire")
  10. #LOVECRAFTING
  11. cli_execute("cast evoke eldritch horror");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement