Blockland Forums > Suggestions & Requests
Elevator
2mpu2:
Someone should make an elevator brick or vehicle. you would step in, click, and go up or down depending on your current position.
Klayboxx:
HURF
LURK SUM MOAR
Volko:
I believe the word you are looking for is "events".
Freeze:
Use move to brick. each number represents a floor and each floor is called what the number that represents it is...... 1
2
3
now on floor 1 theres an up button
on floor 2 theres an up button and a down button
on floor 3 there is a down button
so on the floor 1 up button this would be the event.....
--- Code: ---onActivate Player movetobrick 2
--- End code ---
and so on
There you go!
fawkes..:
--- Quote from: Freeze on December 27, 2009, 08:45:50 AM ---Use move to brick. each number represents a floor and each floor is called what the number that represents it is...... 1
2
3
now on floor 1 theres an up button
on floor 2 theres an up button and a down button
on floor 3 there is a down button
so on the floor 1 up button this would be the event.....
--- Code: ---onActivate Player movetobrick 2
--- End code ---
and so on
There you go!
--- End quote ---
yes but i think he means a JVS style thing. but i agree you should just use events