Post
Topic
Board Gambling discussion
Re: Seuntjie' Dice bot programmers mode discussion.
by
leewilson
on 16/12/2016, 19:44:13 UTC
I was watching your youtube video DiceBot Programmer mode tutorial 4 and you
discussed loadfile('script.lu')
What is the default location diceboot looks for the file? I noticed yours was in a debug folder in the dicebot folder.

Is this able to be used as a variable? And if so does it autostart upon loading?
i.e.
Code:
   
if balance<=minbal then
      loadfile('script.lu')
end

or is that limited to loadstrategy?

I really do apologize for my ignorance. My programming language skill is zilch outside of very basic html,
but I do like learning/experimenting.
I can half ass put things together via copy pasta pretty good though o_O