FutureProg functions

setlayer

Rooms · computer function, computer program, standard futureprog

Boolean setlayer(Character Character, Text Layer)
Contexts: computer function, computer program, standard futureprog
This function changes the layer a character is currently at. Returns true if successful. See the ROOMLAYERS function for information on how to determine what layers are present.
Character: The character whose location you are setting
Layer: The layer to change them to

Boolean setlayer(Item Item, Text Layer)
Contexts: computer function, computer program, standard futureprog
This function changes the layer an item is currently at. Returns true if successful. See the ROOMLAYERS function for information on how to determine what layers are present.
Item: The item whose location you are setting
Layer: The layer to change them to

← Back to FutureProg functions