CP-specific commands and conditionals are a new way to interact with the environment in PB games, they are commands and conditionals that only works in specific cps in the software due of how they work. Normally, these use the word "this"
For example:
kill this enemy
This only will work in enemy CPs and will kill specifically the enemy who prompted the command.
destroy this block
This will do the block prompting the command to destroy
if this block uses = 2
This conditional will check the number of uses the block still has.
this enemy health = 1
Set the enemy health to 1, useful for making the last hit of an enemy impossible to kill the enemy if you put it on a kill command prompt!
And a large etc.
Possibilities are endless!