Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

do this:When i run KA default "/mac kissassist ini inifilename.ini MAname 99" on my bard, i get this strange error when i load up
View attachment 31012
When i run the old KA 12.001 file "/mac kissassist_12001 ini inifilename.ini MAname 99" it works fine.
View attachment 31015
/deletevar * global then start up kissit is deleting all global variablesWhat's that doing? It seemed to work.
Thank you for the clarification!It is because you ran an older revision of kiss that did NOT create the g_ExtendedBuffList variable, but did create the k_globals. Then you ran a more recent version that uses the g_ExtendedBuffList, but the g_ExtendedBuffList variable was not created because the k_globals existed. The macro checks if k_globals exists or not and if it does NOT exist it creates the needed global variables. Global variables persist when a macro is ended, so they don't have to be created every time you start a macro, but you do have to check for them and skip creating them if they exist.
