• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
pbSetSelfSwitchFlexible

Tutorial pbSetSelfSwitchFlexible 2025-05-08

InTheLight

Master Of Games
Member
Joined
Apr 23, 2023
Posts
26
InTheLight submitted a new resource:

pbSetSelfSwitchFlexible - Stop setting selfswitches 1 by 1

Im tired of setting 20 self switches to true or false in 1 event action for instance you can choos 1 item on the ground and after that the other 10 set self switch a to true preventing you fro getting them so you have to do this
pbSetSelfSwitch(1,"A",true)
pbSetSelfSwitch(2,"A",true)
....
pbSetSelfSwitch(9,"A",true)
pbSetSelfSwitch(10,"A",true)

this is annoying so I created: pbSetSelfSwitchFlexible

first find your Pbset selfswitch code in the script messages near line 333 on V18.1-2
it...

Read more about this resource...
 
Back
Top