zekaonar
Member
So what is the proper way to call eatdrink in a GCLI script/command? I've seen references to:
zlib eatdrink_simConsume = false;
ash import <eatdrink.ash>; eatdrink(15, 19, 15, false);
So in my script I'll call:
shrug Polka of Plenty;
csend 2 meat to kolabuff;
wait 60;
zlib eatdrink_simConsume = false;
ash import <eatdrink.ash>; eatdrink(15, 19, 15, false);
shrug Ode to Booze;
csend 102 meat to kolabuff;
wait 60;
And it will give the error:
Previous value of eatdrink_simConsume: true
Changed to false.
Unknown variable 'shrug' ()
zlib eatdrink_simConsume = false;
ash import <eatdrink.ash>; eatdrink(15, 19, 15, false);
So in my script I'll call:
shrug Polka of Plenty;
csend 2 meat to kolabuff;
wait 60;
zlib eatdrink_simConsume = false;
ash import <eatdrink.ash>; eatdrink(15, 19, 15, false);
shrug Ode to Booze;
csend 102 meat to kolabuff;
wait 60;
And it will give the error:
Previous value of eatdrink_simConsume: true
Changed to false.
Unknown variable 'shrug' ()