Sending team chat from server console?
- tterrag1098
- Burner Inserter
- Posts: 8
- Joined: Sat Jun 07, 2014 6:57 am
- Contact:
Sending team chat from server console?
Is it possible? I would like to be able to bridge messages from a team chat discord channel to only that team in-game without using a mod.
Re: Sending team chat from server console?
Code: Select all
game.forces["my_team"].print("my_message")
- tterrag1098
- Burner Inserter
- Posts: 8
- Joined: Sat Jun 07, 2014 6:57 am
- Contact:
Re: Sending team chat from server console?
Yeah I know it's possible with mods, I want to avoid that if at all possible.
Re: Sending team chat from server console?
There is no way besides a mod, or (in this case) rcon commands. There's no such option in vanilla Factorio.
- tterrag1098
- Burner Inserter
- Posts: 8
- Joined: Sat Jun 07, 2014 6:57 am
- Contact:
Re: Sending team chat from server console?
That's all I wanted to know. Thank you.