ifexistinternal
Jump to navigation
Jump to search
The ifexistinternal script command is used to skip the next command block if an entity doesn't exist in the current level. It works similar to the if command but checks a unique condition. It can be combined with else to add a block that is only executed if the condition is false.
Usage
ifexistinternal <entity>
Context: Ignored
Parameters:
| Parameter | Type | Description |
|---|---|---|
entity |
entity |
ID of the entity to check |