Originally Posted by
Kookoo11
public void nudge() {
//or if there is "isTrue"
if(program1 == true) {
//use what command it states to put it somewhere, like cp or echo etc. on ()
()("Text");
}
}
//maybe add boolean to () in program1()?
public void program1() {
//make a looking-for program, which tries to find "!Nudge" or whatever
//player is just substitute for what the true name is
//execute is the !Nudge command thing
if(player execute) {
//make the program == true at ()
();
}
}
It has to be in lua which is over complicated as fook. I'll have another look at it tomorrow.