pai_software 
Vars | |
default | Whether pAIs should automatically receive this module at no cost |
---|---|
id | ID for the software. This must be unique |
name | Name for the software. This is used as the button text when buying or opening/toggling the software |
ram_cost | RAM cost; pAIs start with 100 RAM, spending it on programs |
toggle | Whether this software is a toggle or not. If true, should override toggle() and is_active(). If not, should override on_ui_interact() and Topic() |
Var Details
default 
Whether pAIs should automatically receive this module at no cost
id 
ID for the software. This must be unique
name 
Name for the software. This is used as the button text when buying or opening/toggling the software
ram_cost 
RAM cost; pAIs start with 100 RAM, spending it on programs
toggle 
Whether this software is a toggle or not. If true, should override toggle() and is_active(). If not, should override on_ui_interact() and Topic()