gamesalad have a "comment out"?
pjnolen
Member Posts: 152
Anyway to "comment out" like in programming "//"?
Sometimes i find myself needing to test something without certain attributes or behaviors. Seems it would be handy not to have to delete them, and then recreate them, especially groups.
Sometimes i find myself needing to test something without certain attributes or behaviors. Seems it would be handy not to have to delete them, and then recreate them, especially groups.
Comments
then add a condition to your rule that you want to condition out, so it wont work if 'test' = 0.
Then after testing delete the extra rule condition
That's always false.
But be aware that extra rules slow down the engine. So just use it for testing. Delete dead code ASAP to avoid slowing down your game with a bunch of dead logic.
But ya, blocks should have a checkbox, "Disabled" that turns them gray and makes clowns attack you while you sleep.