Sorry about i forgot the line that have the error. Yes, you are right about this line. Never thought that the var can be diferent because i only used one var with this name. I checked the var and wasn,t empty.
Maybe i must to investigate about it and learn more about the variables. Maybe i,m not so ...
Search found 2 matches
- Tue Nov 16, 2010 11:21 pm
- Forum: MicroMacro general & support
- Topic: Attempt to perform an Arithmetic on Global
- Replies: 2
- Views: 2233
- Tue Nov 16, 2010 7:26 am
- Forum: MicroMacro general & support
- Topic: Attempt to perform an Arithmetic on Global
- Replies: 2
- Views: 2233
Attempt to perform an Arithmetic on Global
Hi, Im begining scripting with MicroMacro and i have a mistake that i can't solve.
This is the extraction of the code.
HPPercent = 75;
HPCurrent = memoryReadInt( MyProcess, HPCurrentAddress);
HPMax = memoryReadInt( MyProcess, HPMaxAddress);
printf("Found HP Current [%d] \n", HPCurrent);
printf ...
This is the extraction of the code.
HPPercent = 75;
HPCurrent = memoryReadInt( MyProcess, HPCurrentAddress);
HPMax = memoryReadInt( MyProcess, HPMaxAddress);
printf("Found HP Current [%d] \n", HPCurrent);
printf ...