-
I have created a quick guide to stack_box_slot. I hope it will be useful to you.
stack_box_slot cheetsheet -
Why is an agent instance always required when operating a device? Is it an internal processing limitation?
For example, the following code does not seem to require an agent.
if:
Agent := GetPlayspace().GetPlayers()[0]
then:
SwitchDevice.ToggleState(Agent) #SwitchDevice is switch_device
-
Why can’t I use parametric classes written in external files?
see also. Unusable Verse modules -
Why can’t I write an expression with no return value in the conditional part of a for expression?
see also. A void call in For filter can't compile