X xlaws27 New member Messages 225 Points 0 May 11, 2015 #2 pls help me on endless tower, the maximum party members that can only enter the endless tower is 5 (including pt leader) pls help me
pls help me on endless tower, the maximum party members that can only enter the endless tower is 5 (including pt leader) pls help me
A Angelmelody (\ /) ( . .) Messages 772 Points 0 Age 32 Location new_1-1,53,111 Github Angelmelody Emulator May 12, 2015 #3 for(.@i=1;.@i<=6;.@i++) .@c += getmapusers(has_instance(.@i+"@tower")); if (.@c >4) { mes "maximum challengers are 5, so now you can't enter the endless tower"; colse; } try to add the above script snippets before the line: warp "1@tower",52,354; Click to expand... Last edited by a moderator: May 12, 2015
for(.@i=1;.@i<=6;.@i++) .@c += getmapusers(has_instance(.@i+"@tower")); if (.@c >4) { mes "maximum challengers are 5, so now you can't enter the endless tower"; colse; } try to add the above script snippets before the line: warp "1@tower",52,354; Click to expand...