Jump to content
Sign in to follow this  
CommuneCode

INIT box troubles

Recommended Posts

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×