Guest User

Untitled

a guest
Apr 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.34 KB | None | 0 0
  1. from org.pwnxile.core import Script
  2.  
  3. def agility_5138(player, agility):
  4.     if player.objectY > player.absY or player.objectX != player.absX
  5.             and player.objectY == player.absY:
  6.         agility.startMovement(player, player.objectX, player.objectY, 1, 769,
  7.                 50, "You attempt to jump to the stepping stone...",
  8.                         "...you make it onto the stone.")
Add Comment
Please, Sign In to add comment