[script] Remove jump list & add if_check that works like if(check())

This commit is contained in:
Such Meme, Many Skill
2020-04-12 19:21:09 +02:00
parent e892e69929
commit 15e1210179
4 changed files with 54 additions and 32 deletions

View File

@@ -201,6 +201,7 @@ void mainparser(){
getnextvalidchar();
}
/*
if (currentchar == '?'){
char *jumpname;
jumpname = readtilchar(';', ' ');
@@ -209,6 +210,7 @@ void mainparser(){
getfollowingchar('\n');
return;
}
*/
functionparser();
@@ -301,7 +303,7 @@ void runScript(char *path){
f_close(&scriptin);
str_int_clear();
str_jmp_clear();
//str_jmp_clear();
str_str_clear();
free(path_local);
//btn_wait();