note to QDK users

GameBoy
01 Dec 2003, 03:52
in the status variable section you have a scope choice of global or local. No matter which one you choose, the scope will always be global, so you need to manualy edit your ASL file and change it to local if that's what you chose.

GameBoy
06 Dec 2003, 14:19
this is weird. I just did a load of status variables and it generated the code correctly. :roll:

except.... i make HP Status variable local in ASL, but when i open QDK and save from QDK it puts it back to a Global scope. Think you should check the code Alex to make sure its operating properly.

GameBoy
06 Dec 2003, 14:25
AHA!! i got it! looking through the ASL code it seems that it's the numeric option that seems to screw things up. If you choose numeric it always generates the code as global, but the string option works with both scopes.

Genius 8)