EDIT: FIXED IT!
Hi there,
First off I'd like to say I replied in the main stickied post but nobody replied, hence this thread.
So I understand all the instruction..pretty straight forward except this part.
^with this part of the script I keep getting an error that says.
"<D2NT Error> C:\blahblahblah\NTMove.ntl (143): ReferenceError: MyCS_CatchShrine is not defined."
Can anyone shed some light on this issue?
Thanks in advance.
Hi there,
First off I'd like to say I replied in the main stickied post but nobody replied, hence this thread.
So I understand all the instruction..pretty straight forward except this part.
Code:
function NTM_TeleportTo(x, y)
{
NTC_CastSkill(54, NTC_HAND_RIGHT, x, y);
MyCS_CatchShrine();
for(var i = 0 ; i < 15 ; i++)
{
if(Math.abs(me.x-x) < 4 && Math.abs(me.y-y) < 4)
return true;
NTC_Delay(NTC_DELAY_FRAME);
//MyCS_CatchShrine();
}
return false;
^with this part of the script I keep getting an error that says.
"<D2NT Error> C:\blahblahblah\NTMove.ntl (143): ReferenceError: MyCS_CatchShrine is not defined."
Can anyone shed some light on this issue?
Thanks in advance.