Ah cool! Is there any way to easily display them within the class itself, or export the scripts into .uc files I could easily read through in Notepad ++ without having to look at the Class tab, then switch to Export and try and find it, etc.
EDIT: Sorry, I also hate to be a code n00b, but I'm noticing a lot of code that goes End: 0x** Loop: False
Does this mean that loops that are false are not being included in the code that is being shown? Or if the loop only includes return; or nothing at all, it just says Loop: False instead of decompiling that part of the code?
I just want to understand what I'm looking at, especially if something is being cut out for a reason.
EDIT: Sorry, I also hate to be a code n00b, but I'm noticing a lot of code that goes End: 0x** Loop: False
Does this mean that loops that are false are not being included in the code that is being shown? Or if the loop only includes return; or nothing at all, it just says Loop: False instead of decompiling that part of the code?
I just want to understand what I'm looking at, especially if something is being cut out for a reason.