Code:
morocc,154,89,6 script findmobtest 1_M_SIZ,{
input .@temp;
findmob(.@test$,.@temp);
for(.@i = 0; .@i < getarraysize(.@test$); .@i += 2){
dispbottom "mob spawns on map " + .@test$[.@i] + " ( " + .@test$[.@i+1] + ")";
}
}
Last edited by a moderator: