Posted: Wed Jun 01, 2016 4:29 pm Post subject: Edit value with Edit box?
I have a script to change the hair style of the main character and there are 115 of them so I was wondering, instead of putting into a trainer 115 Toggle boxes is there a way to have 1 toggle box and 1 edit box and then when you write into the edit box lets say 62 and then press the toggle box it would assemble a script with:
Code:
mov eax,#62
mov [ebx+0C],eax
and if you wrote 70 then it would assemble:
Code:
mov eax,#70
mov [ebx+0C],eax
something simple like have a word which will be replaced with a number like this:
Code:
mov eax,#[VALUE]
mov [ebx+0C],eax
and when you write a number into the edit box it will replace "[VALUE]" with the number you wrote.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum