Advertisement
scroton

Untitled

Feb 6th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Script "Dash punch" (void)
  2. {
  3. if (keypressed(BT_FORWARD)&(BT_ATTACK)){
  4. if (CheckInventory("sprintstamina") >= 40 && CheckInventory("DoubleTapCooldown") == 0){
  5. if (CheckInventory("DoubleTapReadyForward") >= 1) {
  6. GiveInventory("DoubleTapForward",1);
  7. GiveInventory("DoubleTapCooldown",20); }}}
  8.  
  9. else { GiveInventory("DoubleTapReadyForward",8); }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement