Blockland Forums > Suggestions & Requests
Gamemode: Climb for your life!
Mold:
--- Quote from: Klocko on September 09, 2012, 06:00:18 AM ---Can't we just use environmental control events to raise the lava?
--- End quote ---
Oh my god what the terrible bump.
Yosher:
--- Quote from: Mold on September 09, 2012, 06:34:43 AM ---Oh my god what the terrible bump.
--- End quote ---
This is still needed.
elm:
--- Quote from: Mold on August 12, 2012, 12:05:57 PM ---I already made this.
Script works, lava start at predefined start height and then goes up until it reaches a brick called MaxLavaHeight. Rising speed is defined per level.
Also features automatic level cycle and initialisation.
Can run 24/7 on dedicated servers.
Once I figured out how to put the player in camera mode after death it's finished
--- End quote ---
Pick one:
client.camera.setOrbitMode(object,transform,mindist,maxdist,startdist,objectowned);
client.camera.setOrbitPointMo de(xyz);
Then:
client.setControlObject(client.camera);
Blocki:
--- Quote from: elm on September 09, 2012, 07:12:50 AM ---Pick one:
client.camera.setOrbitMode(object,transform,mindist,maxdist,startdist,objectowned);
client.camera.setOrbitPointMo de(xyz);
Then:
client.setControlObject(client.camera);
--- End quote ---
It was already finished but I left it on the laptop I used in vacation camp :C
I'm gonna make it again because I'm so bored and have nothing to do
There's another problem:
1.0 + 0.05 = 1.0
How do I fix this?
MonkeyFunkyMonkey:
Lol http://forum.blockland.us/index.php?topic=207186.msg5754513#msg5754513 my try.