FutureProg functions

createoverlay

Rooms · computer function, computer program, standard futureprog

OverlayPackage createoverlay(Character builder, Text name)
Contexts: computer function, computer program, standard futureprog
Creates a new cell overlay package with the specified name and builder, as if you had done CELL PACKAGE NEW. Can return null if the name is already taken so be sure to check for that.
builder: The builder who is creating the package
name: The name of the package you want to create. Must be unique.

← Back to FutureProg functions