Lua command ?
- brunzenstein
- Smart Inserter
- Posts: 1156
- Joined: Tue Mar 01, 2016 2:27 pm
- Contact:
Lua command ?
What I'm doing wrong?
Re: Lua command ?
use = instead of :
Code: Select all
/c game.player.character_reach_distance_bonus = 10000
- brunzenstein
- Smart Inserter
- Posts: 1156
- Joined: Tue Mar 01, 2016 2:27 pm
- Contact:
Re: Lua command ?
Thank you - stupid me...gheift wrote:use = instead of :Code: Select all
/c game.player.character_reach_distance_bonus = 10000