Update 'papik.sk'
parent
c308095b75
commit
c1d352017f
20
papik.sk
20
papik.sk
|
@ -4,25 +4,25 @@ command /scoreupdate:
|
||||||
set {teampoints_reset} to 0
|
set {teampoints_reset} to 0
|
||||||
|
|
||||||
function teamInfo(id: text):
|
function teamInfo(id: text):
|
||||||
if _id is "IDList1":
|
if {_id} is "IDList1":
|
||||||
return "紅 &cKarmínová"
|
return "紅 &cKarmínová"
|
||||||
if _id is "IDList2":
|
if {_id} is "IDList2":
|
||||||
return "橙 &6Jantarová"
|
return "橙 &6Jantarová"
|
||||||
if _id is "IDList3":
|
if {_id} is "IDList3":
|
||||||
return "黃 &eKrémová"
|
return "黃 &eKrémová"
|
||||||
if _id is "IDList4":
|
if {_id} is "IDList4":
|
||||||
return "婊 &aLimetková"
|
return "婊 &aLimetková"
|
||||||
if _id is "IDList5":
|
if {_id} is "IDList5":
|
||||||
return "綠 &2Smaragdová"
|
return "綠 &2Smaragdová"
|
||||||
if _id is "IDList6":
|
if {_id} is "IDList6":
|
||||||
return "松 &3Azurová"
|
return "松 &3Azurová"
|
||||||
if _id is "IDList7":
|
if {_id} is "IDList7":
|
||||||
return "色 &bBlankytná"
|
return "色 &bBlankytná"
|
||||||
if _id is "IDList8":
|
if {_id} is "IDList8":
|
||||||
return "藍 &9Nebeská"
|
return "藍 &9Nebeská"
|
||||||
if _id is "IDList9":
|
if {_id} is "IDList9":
|
||||||
return "紫 &5Nachová"
|
return "紫 &5Nachová"
|
||||||
if _id is "IDList10":
|
if {_id} is "IDList10":
|
||||||
return "粉 &dŠvestková"
|
return "粉 &dŠvestková"
|
||||||
|
|
||||||
on join:
|
on join:
|
||||||
|
|
Loading…
Reference in New Issue