For the bank starting items, you need to either comment or uncomment the desired lines. To uncomment the lines, remove the // that might be in front of those lines. ie:
Code:
PlaceItemIn( cont, 16, 51, new BankCheck( 500000 ) );
PlaceItemIn( cont, 28, 51, new BankCheck( 500000 ) );
Remove these>> //PlaceItemIn( cont, 40, 51, new BankCheck( 100000 ) );
//PlaceItemIn( cont, 52, 51, new BankCheck( 100000 ) )
The line will turn from green to mainly black text. To remove the line without deleting it, add the // in front of it. That way the compiler just ignores them. What are you trying to edit in the moongates? And as for "car" scripts, I think theres an old one in here somewhere.
Custom Script Release Archive - RunUO - Ultima Online Emulation Just search for it is all I can say on that. Hope this helps a bit.