Can use range item procedure

Started by Goldy on

Topic category: Help with MCreator software

Active 2 years ago
Joined Feb 2022
Points:
490

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
Can use range item procedure

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

Active 1 year ago
Joined Oct 2020
Points:
1616

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
its a return condition, you…
Fri, 02/18/2022 - 20:46

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

Active 2 years ago
Joined Feb 2022
Points:
490

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
It works now, thank you so…
Mon, 02/21/2022 - 14:43

It works now, thank you so much!