Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void main(int rnd, monster mob, string pg) {
- location loc = my_location();
- string foe = to_string(mob);
- boolean singAlong = false;
- boolean extract = false;
- boolean siesta = false;
- boolean weaksauce = false;
- boolean mShower = false;
- boolean cloake = false;
- int digitizes = to_int(get_property("_sourceTerminalDigitizeUses"));
- int digiNo = to_int(get_property("_sourceTerminalDigitizeMonsterCount"));
- if(mob == $monster[craggy bartender]) {
- use_skill(1, to_skill(7311);
- }
- }
- in your main script:
- visit_url("main.php");
- if(last_choice() == 1387) {
- run_choice(3);
- }
Advertisement
Add Comment
Please, Sign In to add comment