View Single Post
02-06-05, 04:54 PM   #1
zushiba
A Kobold Labourer
AddOn Author - Click to view addons
Join Date: Feb 2005
Posts: 1
Rogue Script help

In one of the macro threads at wow HQ someone posted the following code.
MoveForwardStart( GetTime() * 1000 );
MoveForwardStop( (GetTime() + 1) * 1000 );

This "should" move the character foward for 1 second. So I created the macro

/script MoveForwardStart( GetTime() * 1000 );
MoveForwardStop( (GetTime() + 1) * 1000 );

I get an error that says "Attempted to call nil value" Any ideas as to why this code refuses to work?
I believe this code was posted by one of the staffers at blizzard, you would think they would know what they are talking about.

What I am trying to do is Cast gouge while they are stunned I run behind them, turn around and backstab all in one easy to use macro.
  Reply With Quote