ID:175197
May 29 2003, 7:23 am
|
|
How would I add one of those HTML pop ups into my game, that show up when you login. I recall somebody saying you have to make it in a .txt document then just attach it to your game. But that dosn't work for me. I also tried commands such as run() ect. All help is appreaciated.
|
Copyright © 2024 BYOND Software.
All rights reserved.
to have the usr look at the file 'html.txt' in a pop-up you would do something like:
Or to create the html on the fly you could do something like:
This way you can add extra functionality (and better formats) to things such as "Who" commands. The "{}" allow you to go from line to line without worrying so much about indentation and/or getting all the html on one line.