My D Menu

Desolation Mir2 (Med Rate Server)

dscottys

Dedicated Member
Dedicated Member
Nov 26, 2005
164
1
45
Liverpool
ok my d menu was working fine till now :S

done nothing to it and i now get this message :(

13:44:47:Script error, load fail: System\MirGuideBook.txt - @Mir3GuideBook
13:44:47:unterminated #call(#loadtext) procedure in c:\Mud3\Envir\QuestDiary\System\MirGuideBook.txt

anyone know what this means?

ive attached the txt to see if you can find the problem :)
 

Attachments

  • MirGuideBook.txt
    6 KB · Views: 81

Amenovis

Golden Oldie
Golden Oldie
Loyal Member
Jan 9, 2006
1,105
0
123
Germany
that says only that he cant open a script that u call by ur mirguidebook script so check all #call functions the links if there is a "written wrong" in it
maybe u forgett a letter or write "teh and not the " i hope u understand what i mean my english isnt the best
 
Upvote 0

chimera

LOMCN VIP
VIP
Jul 30, 2003
1,054
23
215
UK
look in your oodefault file, it can't find the guide book..... it may also be because your guide book text file should start like this:

[@Mir3GuideBook]
{
#SAY
Hello there <$USERNAME> what would you like to do?\\
{FCOLOR/1}[ Teleport Location ]{FCOLOR/12}\

and end like this

[@EquipPro]
#CALL [JifenSystem\ItemProte.txt] @ItemProte
}

plus you have a missing bracket:
[@FPtoGP]

and there should be a break after terminal point in a script thus:

[@Bichon]
#ACT
Mapmove 0 160 224
break
 
Upvote 0

Amenovis

Golden Oldie
Golden Oldie
Loyal Member
Jan 9, 2006
1,105
0
123
Germany
if u done nothing to it self than u did something with a script that get called by the mirguidebook.txt if u scroll down u have caller functions #call check the scripts where they link to
 
Upvote 0

dscottys

Dedicated Member
Dedicated Member
Nov 26, 2005
164
1
45
Liverpool
ok gonna try it now with the few things ive fixed :)

cheers for the feedback =)

EDIT:

Its sorted now =P

thanks for the help Amen an Chim =D
 
Last edited:
Upvote 0