Aenimus

Using the force or something

Jun 14th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. void main(int rnd, monster mob, string pg) {
  2.  
  3. location loc = my_location();
  4. string foe = to_string(mob);
  5. boolean singAlong = false;
  6. boolean extract = false;
  7. boolean siesta = false;
  8. boolean weaksauce = false;
  9. boolean mShower = false;
  10. boolean cloake = false;
  11. int digitizes = to_int(get_property("_sourceTerminalDigitizeUses"));
  12. int digiNo = to_int(get_property("_sourceTerminalDigitizeMonsterCount"));
  13. if(mob == $monster[craggy bartender]) {
  14. use_skill(1, to_skill(7311);
  15. }
  16. }
  17.  
  18. in your main script:
  19. visit_url("main.php");
  20. if(last_choice() == 1387) {
  21. run_choice(3);
  22. }
Advertisement
Add Comment
Please, Sign In to add comment