Reply to Re: get_version() - Aural+?
If you don't have an account, just leave the password field blank.
The hardcoded text is handled as a text sprite (brain 8). What cypry did was a get_sprite_with_this_brain(8,0); to get the text's sprite number. The he gets the coordinates, and kills the sprite. Finally, he used say_xy to create his custom text at the same position.