Platform Builder Forums
Main => Suggestions => Topic started by: Antikore on January 06, 2020, 11:07:32 PM
-
For example, if I want a command block to check for anything and I want to check for different objects, like an specific block and then a player etc. We will need this because as far as I know we only can detect the id, but that wouldn't be useful for anything type of command block
-
Really needed!
-
I am not sure if this is same as OP, but checking status would be great
For example:
check if custom enemy is moving, if so make custom enemy stop
if enemy 5 = move
{
enemy 5 = stop
}
if custom enemy is moving left, then make it move right
if enemy 5 = left
{
enemy 5 = right
}
if player has super jump ability, then stop this ability
if player 1 super jump = true
{
player 1 super jump = false
}
-
You can already do this, Saiwong. Check the conditionals page of Command Prompt.