Robot assist:
Linking robot to control pad:
Metal punch:
Recall
Wayfar 1444 is a text based online multiplayer game. You are a colonist, sent to the surface of an alien world with a few basic supplies. Join up with other colonists, or plot against them, while surviving and building a self sufficient colony.
@chmod #thing +r
sets r bit on, @chmod #thing -r
sets r bit off@chmod #somethingimade +f
which allows something to be spawned into the world. Another common command will be @chmod #somethingimade.someproperty -c
in order to give other programmers permission to change properties you have defined when they create a child of that object.