Platform Builder Forums

Main => Suggestions => Topic started by: Antikore on March 10, 2021, 06:12:47 PM

Title: Add more options to if testing conditional
Post by: Antikore on March 10, 2021, 06:12:47 PM
Instead of
Code: [Select]
if testing = true
this
Code: [Select]
if testing = game
if testing = area
if testing = none
Title: Re: Add more options to if testing conditional
Post by: War on March 14, 2021, 01:07:03 PM
Don't forget to make "if testing = true" and "if testing = false" still works for retrocompability!
Title: Re: Add more options to if testing conditional
Post by: Antikore on March 14, 2021, 01:16:16 PM
Don't forget to make "if testing = true" and "if testing = false" still works for retrocompability!
Yeah, that could work as true for any testing type and the other for only non-testing mode.