Hi sir, please check my error.
script error on npc/EmperiumRO/battleground/rwc/rwc2012_battleground_v6.3.2.txt line 1578parse_line: expect command, missing function name or calling undeclared function1573 : .@map_name$ = strnpcinfo(4);1574 : .@team = getvariableofnpc( getd(".teams"+.@str$+"["+(atoi(.@str$[1])-1)+"]"), "D#"+.@str$);1575 : if( getd(".teams"+.@id$+"["+getarg(1)+"]") == 0 ) {1576 : getmapxy( .@map_name$, .@x, .@y, BL_NPC, "Team Warper#"+.@id$+"|"+getarg(0) );1577 : explode( .@loc$, loc_find( .@map_name$, .@x, .@y, 5 ), "|" );1578 : .@bg_number = bg_create( '.'@map_name$, atoi(.@loc$), atoi(.@loc$[1]), "D#"+.@str$+"::OnBGQuit"+getarg(0), "D#"+.@str$+"::OnBGDie"+getarg(0)/, "Team Warper#"+.@id$+"|"+getarg(0)*/ );1579 : if(!.@bg_number) {1580 : removemapflag .@map_name$, mf_nowarp;1581 : debugmes "RWC NPC: [Fatal Error] Failed to create Battleground!";1582 : deletearray getd(".users"+.@id$);1583 : deletearray getd(".q_users"+.@id$);
Please need help.