| 07-24-2008, 04:19 AM | #1 |
How can i see what converted vjass looks like in normal jass? |
| 07-24-2008, 06:47 AM | #2 |
When you save a map, JassHelper creates a .j file in one of the folders that is the compiled code of the last save. Open it and read away. |
| 07-24-2008, 07:52 PM | #3 |
Thanks, it is the currentmapscript.j for anyone who ever needs it |
| 07-24-2008, 09:20 PM | #4 |
More easier.... At the end of the code you want to see, do a mistake, like putting an "a" JASS:library foo // your code a //So pjass catch the error and shows you the converted code. endlibrary |
| 07-24-2008, 11:34 PM | #5 | |
Quote:
I do that if I want a quick check of the order of something, but I find actually reading it in JassCraft or notepad is a lot easier than pjass error window. |
