Hi guys, I have a question about slic. Please bear with me and forgive me because I have limited programming experience and slic seems to be somewhat confusing for me. My question is about message boxes. For example
text(ID_this_is_whack);
would this point to a flag in info_str.txt called this_is_whack? Is that the file you call the text from. Also I noticed in tp powerslic he has a file called ps_info.txt where all his text for his message boxes is kept. He also has for example: Title_bla_bla and then below it would say for example: text_bla_bla. Is the Title_bla_bla for adding titles for to a message box or am I getting off base. It doesn't say anything about that in the slic documentation. Also since TP used his own filename for his text can I just use something like Gemini_info.txt. Would that work or do I have to somehow define in the slic script which filename I am using for all the message text. Can someone point me in the right direction. Again please forgive me but I'm trying to remember how to program again. And I hope I haven't confused anyone too much. ;-)
------------------
Gemini
text(ID_this_is_whack);
would this point to a flag in info_str.txt called this_is_whack? Is that the file you call the text from. Also I noticed in tp powerslic he has a file called ps_info.txt where all his text for his message boxes is kept. He also has for example: Title_bla_bla and then below it would say for example: text_bla_bla. Is the Title_bla_bla for adding titles for to a message box or am I getting off base. It doesn't say anything about that in the slic documentation. Also since TP used his own filename for his text can I just use something like Gemini_info.txt. Would that work or do I have to somehow define in the slic script which filename I am using for all the message text. Can someone point me in the right direction. Again please forgive me but I'm trying to remember how to program again. And I hope I haven't confused anyone too much. ;-)
------------------
Gemini
Comment