Hi. It's my first time with a text opcode and I have a problem:
I'm trying to make exactly the same text in VC when the player is busted so I use this:
| CODE |
| 0217: text_styled 'BUSTED' time 5000 style 3 |
and the text style is identical as in the busting moment but it won't dissapear after 5 sec and it's just standing there forever. I tried clear text, remove text but that didn't help. I also noticed that the other styles are working with time but not style 3. And I know about this too:
| CODE |
05E0: 0@ = read_memory 0x94AD28 size 4 virtual_protect 0 000A: 0@ += 0x244 // integer values 05DF: write_memory 0@ size 1 value 62 virtual_protect 0 |
and it's working but now I'm starting to think that these 3 lines were responsible for a strange game crashing in some of my old scrypts so I really hate to use them. So is there some other way to remove style 3 text after a while (besides kiling the player)?