Blockland Forums > Modification Help
Changing settings ingame Client Script
SpreadsPlague:
--- Quote from: Chrono on August 20, 2010, 03:42:58 PM ---Congrats, not only did you not get what he's talking about, you also don't get that this is humorously impossible and I don't know why anyone would think it was.
--- End quote ---
I assume by "a number for a schedule" he means a delay for a loop.
MagicAhrim:
yes to the above, would I be able to place a variable with a default for the schedule and then is it possible to change the variable through console or not?
Syntax:
is this what you mean?
$this=schedule(time,this,function,argsifany);
then in console, you can put the above, in the same format if thats what your trying to do.
MagicAhrim:
i was wondering if i could do this
--- Code: ---$sc::Schedule = schedule($scRate,0,sc);
--- End code ---
then in console put
--- Code: ---$scRate = 33
--- End code ---
SpreadsPlague:
--- Quote from: MagicAhrim on August 20, 2010, 06:41:37 PM ---i was wondering if i could do this
--- Code: ---$sc::Schedule = schedule($scRate,0,sc);
--- End code ---
then in console put
--- Code: ---$scRate = 33
--- End code ---
--- End quote ---
yes you can