Scripting styles

I've noticed from looking at other people's levels(in draw format, not in-game) that many of you use different scripting styles.
Personally, I use a(using a wallDoor as an example. Where "x, y," etc are, enter a resonable value)

Quote

object WallDoor
deltaY = y
midX = x
y = z
end

style, but I notice that some of you use other styles like the somewhat ugly

Quote

object WallDoor daltaY = y midX = x y = z end

style, or other styles.
If anyone cares at all, please post your layout style that you use most or all of the time while scripting in Avara.

------------------
Pokemon is awsome! Anyone why says otherwise is too old to get it.
Go to the unofficial EV webboard site! Just click (url="http://"http://yoshi.zzux.com/phpbb/")here(/url) to go. That's where the Arorian Outlook is.
Go to my ezboard, (url="http://"http://pub101.ezboard.com/bmousesboards")Mouse's Boards(/url)!

A factor in how that text looks is the fact that Clarisworks, once you save the file as a pict - tosses out any formatting for the text blocks(If I remember Cowboy explaining that to me correctly while we were making R.I.P. and I was making levels.)

I remember him saying to save the ClarisWorks (CW) file, then save as a pict, in case you have to go back and adjust anything. You never want to go back and try to edit the pict - only the CW file.

Again- I may have that wrong, and that may not be what your typing about - but I remember something like that.

------------------
I'm sorry - I can't argue with you. I refuse to have a battle of wits with an unarmed opponent.

Well, I use sharedraw(which is two-way and seems to me to be superior to CW), and I'm sure that some people here may also use it, and it keeps text as it is put into it, in separate objects and in the exact line format that it was first put in.
And I am speaking of the line format.
Another example:

Quote

object Type
atributes = values
end

as compared to

Quote

object Type atributes = values end

and some other mixes, etc.

------------------
Pokemon is awsome! Anyone why says otherwise is too old to get it.
Go to the unofficial EV webboard site! Just click (url="http://"http://yoshi.zzux.com/phpbb/")here(/url) to go. That's where the Arorian Outlook is.
Go to my ezboard, (url="http://"http://pub101.ezboard.com/bmousesboards")Mouse's Boards(/url)!