Page 1 of 1

Lua command ?

Posted: Fri Apr 28, 2017 6:55 am
by brunzenstein
What I'm doing wrong?

Re: Lua command ?

Posted: Fri Apr 28, 2017 6:57 am
by gheift
use = instead of :

Code: Select all

/c game.player.character_reach_distance_bonus = 10000

Re: Lua command ?

Posted: Fri Apr 28, 2017 7:19 am
by brunzenstein
gheift wrote:use = instead of :

Code: Select all

/c game.player.character_reach_distance_bonus = 10000
Thank you - stupid me...