Started by
Goldy
on
Topic category: Help with MCreator software
How does the "Can use range item" procedure work, It is always set to "always" and i can't seem to be able to change it.
Any help is welcomed
Topic category: Help with MCreator software
How does the "Can use range item" procedure work, It is always set to "always" and i can't seem to be able to change it.
Any help is welcomed
its a return condition, you need to make a condition procedure for it,
eg:
if event/target entity has unlocked achievement: worthy
do return true
return false
for more info look at some of the tutorials for conditions
How to Use Conditions | MCreator
It works now, thank you so much!