Btw before reading, @ the title disregard the word Edit k.
How do you save spaces in a Multiline Edit. I mean, like the RC script editor, how when you press enter it saves the spaces you made. Like if I type
PHP Code:
function onCreated() {
temp.i = "NOW WHEN I PRESS ENTER, 2 SPACES APPEAR UNDER IT AUTO";
temp.z = "whatever";
}
So, if any of you know what I mean please help. Is there a boolean?
PHP Code:
savespaces = true;