Demotes a specified player if you have that privilege.
GuildDemote("playername")
Arguments
Edit
- "playername"
- String - The name of the player to demote
Returns
Edit
- nil
| Line 3: | Line 3: | ||
Demotes a specified player if you have that privilege. |
Demotes a specified player if you have that privilege. |
||
| − | GuildDemote("playername",["RankTitle" | RankIndex ]) |
+ | GuildDemote("playername") |
== Arguments == |
== Arguments == |
||
:; "playername" : String - The name of the player to demote |
:; "playername" : String - The name of the player to demote |
||
| − | :; "RankTitle" : String - The title of the rank you wish to demote the player too. |
+ | |
| − | :; RankIndex : Number - The index of the rank you wish to demote the player too |
||
== Returns == |
== Returns == |
||