CommuneCode 10 Posted September 10, 2013 NEWB question, but i was wondering how to get into the next line in the init box, because i hit enter to put in a new line and it exits the box by hitting ok Share this post Link to post Share on other sites
Derbysieger 11 Posted September 10, 2013 Very simple: you don't, meaning it's not possible Share this post Link to post Share on other sites
Alex Dyre 13 Posted September 10, 2013 When using the editor, you can't press "enter" to go to a new line. What you need to do is use the ";" character to tell it it is a new action. For example you might have something like this in your init field: this allowDamage false; this addItem "ItemGPS"; Edit: If you were wanting a new line to make it look pretty however, the above reply is correct, you cannot. Share this post Link to post Share on other sites
becario 1 Posted September 10, 2013 Use a notepad and then copy-paste everything in the init. It's better to see if you have any error in your syntax or something missing. Plus if you have lots of lines you can see all of them instead of a small window. I recomend you notepad++ to edit any mission file. Share this post Link to post Share on other sites
CommuneCode 10 Posted September 10, 2013 ok i thought you had to go to a new line to start a different action Share this post Link to post Share on other sites