WoW:API AscendStop: Difference between revisions

m
Move page script moved page API AscendStop to WoW:API AscendStop without leaving a redirect
No edit summary
 
m (Move page script moved page API AscendStop to WoW:API AscendStop without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 25: Line 25:
Display a message with "Jump Released" in it everytime you release the jump key.
Display a message with "Jump Released" in it everytime you release the jump key.


  hooksecurefunc( "JumpOrAscendStart", function()
  hooksecurefunc( "AscendStop", function()
   DEFAULT_CHAT_FRAME:AddMessage( "Jump Released" );
   DEFAULT_CHAT_FRAME:AddMessage( "Jump Released" );
  end );
  end );
Anonymous user