mob/verb/Test1(var/a as text)usr.icon=file("[a].dmi")
This is one of many attempts at it but it fails without the orignal and if the original is there it adds a duplicate to the resource cache which is a considerable amount of waste because of the large number of icons I have.
An associative list would also fail because it needs to be dynamic.
Heres some methods I have tried
Testing Method
mob |
Method 1: The force into resource cache theory.
ZZSX |
Fails Test
Method 2: Load into Dynamic Cache
mob/verb |
Fails Test
Remember All my icons are located in subdirectorys and are not included with the final product so in other words after compiling or loading into the dynamic memory you must remove the icons first or you will have false positives when you run the test. You also need a few icons one named "1.dmi" so you don't have false negatives.
