Reply to Re: please help, i am a noob at making dmods, and i want to know how i can make the title page, and how i can end the dmod
If you don't have an account, just leave the password field blank.
Buttons and other stuff on that page is done in start.c.
What do you mean by how to end? How to exit the game?
Use kill_game() to exit, or restart_game() to go to the title screen.
What do you mean by how to end? How to exit the game?
Use kill_game() to exit, or restart_game() to go to the title screen.