#ifndef SCRIPTS_H #define SCRIPTS_H #include "Script.h" #include void scriptclass::load(std::string t) { //loads script name t into the array position = 0; commands.clear(); running = true; int maxlength = (std::min(int(t.length()),7)); std::string customstring=""; for(int i=0; i