I don't quite understand how to code CLEO. In Junior_Dijr's Echance ParticleTXD mode, it is necessary to write "EPTXD" to re-read the .ini file, but I want to change it to "EPXD". I did this with the help of Sanny Builder but when recompiling the codes I get an error Unknown directive test_cheat" EPXD ".
//--- Main loop
while true
wait 0
if PatchParticleTXD == true
then gosub @RandomizeTextures
end
if ResponsiveCoronas == true
then gosub @ResponsiveCoronas
end
if test_cheat "EPTXD" // I want to change it to EPXD
then
gosub @ReadINI
0ACD: show_text_highpriority "~y~Enhance ParticleTXD reloaded." time 2000
end
end
//--- End of main loop
//--- Main loop
while true
wait 0
if PatchParticleTXD == true
then gosub @RandomizeTextures
end
if ResponsiveCoronas == true
then gosub @ResponsiveCoronas
end
if test_cheat "EPTXD" // I want to change it to EPXD
then
gosub @ReadINI
0ACD: show_text_highpriority "~y~Enhance ParticleTXD reloaded." time 2000
end
end
//--- End of main loop