Error on jsp

Joined
Jan 4, 2003
Messages
25
Reaction score
0
Website
Visit site
ok i got a little exp. in c++ i know why it is doing this but i need help to fix when i run jsp i run script scav_multi_mf and it does ok all the way till i kill a boss then it tryes to go back to town and it gets this error...... line 993:error reference error:sc_GotoTown is not defined i used my compiler to show line 993 and this is line 989 to 987
function GoHeal()
{
if (!Sc_InTown(me)) {
if (!Sc_GotoTown()) {
DebugWrite("GoHeal: Failed to go to town");
Abort();
}
}
there is no sc_GotoTown.d2l in my libs file what file do you think would work or do i need to dl one from jsp site cuz its lookn for that d2l file thats why it said not defined right or wrong if you can help me that would be nice of you...:)
 

Stryder

BattleForums Senior Member
Joined
Sep 14, 2003
Messages
2,463
Reaction score
0
Well i think you need to downloaded another one that fixes the problem or reinstall the d2jsp.
 

New threads

Top