endless tower limit 5 players

xlaws27

New member
Messages
225
Points
0
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

 
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;
 
Last edited by a moderator:
Back
Top