Issue Information
-
#008145
-
0 - None Assigned
-
Unable To Reproduce
Issue Confirmations
-
Yes (0)No (0)
instance_check_party( ) - fail to pass variable parameter.
Posted by Emistry on 12 April 2014 - 05:06 AM
instance_check_party( getcharid(1),1,1,99 ); <--- WORK
.@min_level = 1; .@max_level = 99; instance_check_party( getcharid(1),1,.@min_level,.@max_level ); <--- FAILEDthis script command didnt work properly if passing the value of parameter using a variable .....
Any more info there? I was unable to reproduce, used:
prontera,150,150,6 script TestA 952,{
dispbottom "Hi1:"+instance_check_party( getcharid(1),1,1,99 );
end;
}
prontera,150,151,6 script tESTb 952,{
.@min_level = 1;
.@max_level = 99;
dispbottom "Hi2:"+instance_check_party( getcharid(1),1,.@min_level,.@max_level );
end;
}











