[@main]
#SAY
The LastManStanding is a fight. Every class , every level can go in\
The last player on that map is the winner of the Last Man Standing\
People are calling LastManStanding and LMS\
Do you wanna go in?
<Yeah sure!/@next>\
<No, im not ready/@exit\
[@next]
#IF
checkitem ParalysisRing
checkitem ProtectRing
checkitem RevivalRing
checkitem ClearRing
checkitem TeleportRing
checkitemw ParalysisRing
checkitemw ProtectRing
checkitemw RevivalRing
checkitemw ClearRing
checkitemw TeleportRing
Dayofweek MON
Hour 18 18
Min 00 10
#ACT
goto @next
break
#IF
checkitem ParalysisRing
checkitem ProtectRing
checkitem RevivalRing
checkitem ClearRing
checkitem TeleportRing
checkitemw ParalysisRing
checkitemw ProtectRing
checkitemw RevivalRing
checkitemw ClearRing
checkitemw TeleportRing
DayOfWeek TUE
HOUR 18 18
Min 00 10
#ACT
goto @Enter
break
#IF
checkitem ParalysisRing
checkitem ProtectRing
checkitem RevivalRing
checkitem ClearRing
checkitem TeleportRing
checkitemw ParalysisRing
checkitemw ProtectRing
checkitemw RevivalRing
checkitemw ClearRing
checkitemw TeleportRing
DayOfWeek WED
Hour 18 18
Min 00 10
#ACT
goto @enter
break
#IF
checkitem ParalysisRing
checkitem ProtectRing
checkitem RevivalRing
checkitem ClearRing
checkitem TeleportRing
checkitemw ParalysisRing
checkitemw ProtectRing
checkitemw RevivalRing
checkitemw ClearRing
checkitemw TeleportRing
DayOfweek Thu
Hour 18 18
Min 00 10
#ACT
goto @enter
break
#IF
checkitem ParalysisRing
checkitem ProtectRing
checkitem RevivalRing
checkitem ClearRing
checkitem TeleportRing
checkitemw ParalysisRing
checkitemw ProtectRing
checkitemw RevivalRing
checkitemw ClearRing
checkitemw TeleportRing
Dayofweek Fri
Hour 18 18
Min 00 10
#ACT
goto @enter
break
#IF
checkitem ParalysisRing
checkitem ProtectRing
checkitem RevivalRing
checkitem ClearRing
checkitem TeleportRing
checkitemw ParalysisRing
checkitemw ProtectRing
checkitemw RevivalRing
checkitemw ClearRing
checkitemw TeleportRing
DayOfweek SAT
Hour 18 18
Min 00 10
#ACT
goto @enter
break
#IF
checkitem ParalysisRing
checkitem ProtectRing
checkitem RevivalRing
checkitem ClearRing
checkitem TeleportRing
checkitemw ParalysisRing
checkitemw ProtectRing
checkitemw RevivalRing
checkitemw ClearRing
checkitemw TeleportRing
Dayofweek SUN
Hour 18 18
Min 00 10
#ACT
goto @enter
break
#Elsesay
It seems like you are wearing a special ring or you are \
to late to enter the LMS
[@enter]
#IF
checknamelist LMSWinner1.txt
#ACT
goto @kit
break
#IF
Checknamelist LMSWinner2.txt
#ACT
goto @kit
break
#IF
checknamelist LMSWinner3.txt
#ACT
goto @kit
break
#IF
checknamelist LMSWinner4.txt
#ACT
goto @kit
break
[@kit]
#IF
checklevel >20
checklevel <35
#ACT
goto @takekit1
#IF
checklevel >35
checklevel <50
#ACT
goto @takekit2
#IF
checklevel >50
#ACT
goto @takekit3
[@takekit1]
#SAY
Hello <$playername> what LMS item you want to have for one day?
<LMSArmour(S)( <Enter the stats you want>)/@armour>\
<LMsWeapon(S)( <Enter the stats you want>)/@weapon>\
<LMSRing(S)( <Enter the stats you want>)/@ring>\
<LMSNeck(S)( <Enter the stats you want>)/@neck>\
<LMSBrace(S)( <Enter the stats you want>)/@brace>\
[@takekit2]
#SAY
Hello <$playername> what LMS item you want to have for one day?
<LMSArmour(M)( <Enter the stats you want>)/@armour1>\
<LMsWeapon(M)( <Enter the stats you want>)/@weapon1>\
<LMSRing(M)( <Enter the stats you want>)/@ring1>\
<LMSNeck(M)( <Enter the stats you want>)/@neck1>\
<LMSBrace(M)( <Enter the stats you want>)/@brace1>\
[@takekit3]
#SAY
Hello <$playername> what LMS item you want to have for one day?
<LMSArmour(L)( <Enter the stats you want>)/@armour2>\
<LMsWeapon(L)( <Enter the stats you want>)/@weapon2>\
<LMSRing(L)( <Enter the stats you want>)/@ring2>\
<LMSNeck(L)( <Enter the stats you want>)/@neck2>\
<LMSBrace(L)( <Enter the stats you want>)/@brace2>\
[@armour]
#IF
checkgender Male
#ACT
give LMSArmour(S)(M)
[@armour]
#IF
checkgender Woman
give LMSArmour(S)(F)
[@weapon]
#IF
#ACT
give LmsWeapon(S)
[@ring]
#IF
#ACT
give LMSRing(S)
[@neck]
#IF
#ACT
give LMSNeck(S)
[@brace]
#IF
#ACT
give LMSBrace(S)
[@armour1]
#IF
checkgender Male
#ACT
give LMSArmour(M)(M)
[@armour1]
#IF
checkgender Woman
give LMSArmour(M)(F)
[@weapon1]
#IF
#ACT
give LmsWeapon(M)
[@ring1]
#IF
#ACT
give LMSRing(M)
[@neck1]
#IF
#ACT
give LMSNeck(M)
[@brace1]
#IF
#ACT
give LMSBrace(M)
[@armour1]
#IF
checkgender Male
#ACT
give LMSArmour(L)(M)
[@armour1]
#IF
checkgender Woman
give LMSArmour(L)(F)
[@weapon2]
#IF
#ACT
give LmsWeapon(L)
[@ring2]
#IF
#ACT
give LMSRing(L)
[@neck2]
#IF
#ACT
give LMSNeck(L)
[@brace2]
#IF
#ACT
give LMSBrace(L)
Am i doing something wrong? Just asking because i don't have how to check it lol .. If im doing something wrong pls tell me .
Thanks
