Man-Machine Interface Component 
Allows an MMI to be inserted into a shell, allowing it to be linked up. Requires a shell.
Vars | |
attack | Called when the MMI clicks. |
---|---|
brain | The current MMI card |
clicked_atom | Returns what the MMI last clicked on. |
east | Called when the MMI tries moving east |
eject | Ejects the current MMI |
max_length | Maximum length of the message that can be sent to the MMI |
message | The message to send to the MMI in the shell. |
north | Called when the MMI tries moving north |
secondary_attack | Called when the MMI right clicks. |
send | Sends the current MMI a message |
south | Called when the MMI tries moving south |
west | Called when the MMI tries moving west |
Var Details
attack 
Called when the MMI clicks.
brain 
The current MMI card
clicked_atom 
Returns what the MMI last clicked on.
east 
Called when the MMI tries moving east
eject 
Ejects the current MMI
max_length 
Maximum length of the message that can be sent to the MMI
message 
The message to send to the MMI in the shell.
north 
Called when the MMI tries moving north
secondary_attack 
Called when the MMI right clicks.
send 
Sends the current MMI a message
south 
Called when the MMI tries moving south
west 
Called when the MMI tries moving west