Rog3r
June 22nd, 2010, 19:09
Stop ALL Animations
Explanation:
Did you ever want a simple one-lined code that can stop all animations or emotes? Well, this simple snippet-like tutorial has it for you.
Procedure:
Whenever you want an animation or emote to stop, add this statement and it'll do so.
outStream.createFrame(1);
Here's an example of how you can use this:
if (Example == 0 && Timer != 2) {
outStream.createFrame(1);
sendMessage("The animations have just stopped!");
}
Explanation:
Did you ever want a simple one-lined code that can stop all animations or emotes? Well, this simple snippet-like tutorial has it for you.
Procedure:
Whenever you want an animation or emote to stop, add this statement and it'll do so.
outStream.createFrame(1);
Here's an example of how you can use this:
if (Example == 0 && Timer != 2) {
outStream.createFrame(1);
sendMessage("The animations have just stopped!");
}