Page 1 of 1

Newb Auto assemble problem.

PostPosted: Tue Mar 17, 2009 10:08 pm
by cheongzewei
I'm sorry if this questions annoys you, but i'm just starting to learn about asm and CE and MHS.

Anyway can someone tell me why i can't do this?

Code: Select all
Alloc (weapon , 1024)


MHS reports that allocation fails.

Also... what should i do if i get the error message (The "enable" group is not allowed in this context)

Context was [Enable]

PostPosted: Thu Mar 19, 2009 7:07 am
by L. Spiro
To use Enable and Disable you must create the Auto-Assemble script inside an address that has been added to your main list (the main window of MHS).


If allocation fails, it is probably because the target process has protections that prevent it from working properly.


L. Spiro