[Ascent] Changing .wannounce name
Basically i want to know how i can change what the .wannounce, and .announce is saying when i type something. For Example:
if i type ".wannounce Hello" it comes up as Staff| Hello, i want to change it so it says Admin| Hello, instead of staff. (don't mind the color)
so hope some one can help me fix this problem
Re: [Ascent] Changing .wannounce name
open up the world config file
look for
<Announce Tag = "Staff"
GMAdminTag = "0"
NameinAnnounce = "1"
NameinWAnnounce = "1"
ShowInConsole = "1">
and change to
<Announce Tag = "Admin"
GMAdminTag = "0"
NameinAnnounce = "1"
NameinWAnnounce = "1"
ShowInConsole = "1">
Re: [Ascent] Changing .wannounce name
thx, but What about for the GM's
edit: nvm found it you put a 1 on GMAdminTag and leave the Announce Tag blank