~~NOTOC~~
<=[[4rpl:start| Index]]
* [[4rpl:commands:getsoylentmode|Get]]
* [[4rpl:commands:setsoylentmode|Set]]
====== GetSoylentMode ======
GetSoylentMode ->soylentMode
===== Description =====
Returns a boolean indicating if towers can produce energy (the green soylent area)
===== Examples =====
if (GetSoylentMode)
Print("Soylent On")
endif
<=[[4rpl:start| Index]]