bold the party creator
This commit is contained in:
parent
d381f32623
commit
3f9b2467e1
1 changed files with 2 additions and 1 deletions
3
party.sk
3
party.sk
|
@ -75,7 +75,8 @@ command party [<player>] [<text>]: # commande party
|
|||
set {_list} to "%{party.list::*}%"
|
||||
replace all "and" with "&7et&3" in {_list}
|
||||
replace all "," with "&7,&3" in {_list}
|
||||
send "Personne.s dans ta partie : &3%{_list}%&7."
|
||||
replace all "%{party.creator}%" with "&l%{party.creator}%&r&3" in {_list}
|
||||
send "Dans la partie : &3%{_list}%&7."
|
||||
else:
|
||||
send {@pasDePartie}
|
||||
|
||||
|
|
Loading…
Reference in a new issue