Politician Archive
Thread: Is there a possible way to implement city reports on structures maintenance status?
Is there an option that allows me to receive city reports on structures maintenance status as well as give the politician the automaticability to pay the maintenance fees ofthe citizen'shomes?
Is there also an option that allows me as a poltician to create a city chat much like a guild chat or would I have to just create a private channel and walk through the steps with each and every citizento have them join this private channel I've created?
If someone can help me in these matters that would be great!
Solarrra Solarwind
honolulu96816 wrote:
Is there an option that allows me to receive city reports on structures maintenance status as well as give the politician the automaticability to pay the maintenance fees ofthe citizen'shomes?
What do you need this for. Do citizens not want to pay for their houses? Or are you talking about ghost towns?
Is there also an option that allows me as a poltician to create a city chat much like a guild chat or would I have to just create a private channel and walk through the steps with each and every citizento have them join this private channel I've created?
You can write a macro and just execute it every time after server down (if your on then
) or let other "authorities" execute it ... should look something like this:
----
/chat create SWG.Server.Chat.CityChatName 0 0 "City Chat for City X";
/pause 1;
/chat invite SWG.Server.Chat.CityChatName NameOfPlayer1;
/chat invite SWG.Server.Chat.CityChatName NameOfPlayer2;
...
At least I think it should look like this, but our chat is public
If someone can help me in these matters that would be great!
Solarrra Solarwind