Jump to content
  • 0

[Error]: buildin_getarg: [NPC MeowMeow-GX#1]


Question

Posted

hi, i get this error on my console

[Error]: buildin_getarg: Index (idx=4) out of range (nargs=4) and no default value found
[Debug]: Source (NPC): ClickClick MeowMeow-GX#1 at alde_gld (180,163)

what the meaning of that error? is dangerous or not?

 

the location script is npc/re/merchants/gld_mission_exchange.txt

 

2 answers to this question

Recommended Posts

  • 0
Posted

Test changing:

	.@fromid = getarg(1);
	.@fromname$ = getarg(2);
	.@toid = getarg(3);
	.@toname$ = getarg(4);

to:

	.@fromid = getarg(1);
	.@fromname$ = getarg(0);
	.@toid = getarg(3);
	.@toname$ = getarg(2);

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...