Author Topic: Changing the mission water level?  (Read 616 times)

I know there's a line of code to change the water level in a mission by typing it into the console, I've used it before. I can't remember what it is and I already searched for it. Help?

Oops, i forgot about stickies. I'll try finding it myself if nobody knows.

EDIT: Alright I still can't find it.
« Last Edit: June 29, 2009, 06:54:59 PM by Kyle Brickalo »

I think you can just look at the ground, type /getid
Then just do ID.setTransform("Vector Vector Vector");
Although I don't know if that's what your looking for.

You can also set the scale by using ID.setScale("X Y Z");  - I've found most maps use 2048 2048 as the x and y, but you can do announce(ID.getScale()); to find out.