I have an error in the map server
[Error]: Loading NPC file: npc/custom/costume.txt
script error on npc/custom/costume.txt line 45
parse_line: expect command, missing function name or calling undeclared f
tion
40 : mes "[Clown]";
41 : mes "Need some time to think about it
uh?";
42 : mes "Alright, I can understand.";
43 : close;
44 : }
* 45 : 'c'ostume .@Part, // Convert the Headgear
46 : mes "[Clown]";
47 : mes "Done, enjoy your costume headgear.";
48 : close;
49 : case 2:
50 : next;