I can't find this operation in any way. [resolved]

Started by Ball-van on

Topic category: Help with Minecraft modding (Java Edition)

Active 5 months ago
Joined Apr 2021
Points:
821

User statistics:

  • Modifications: 0
  • Forum topics: 46
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 40
I can't find this operation in any way. [resolved]
Tue, 05/04/2021 - 18:55 (edited)

Hello everyone!
I can't find this operation in any way. Can anyone tell me where you can find it?https://sun9-19.userapi.com/impg/IVNnvE9relyMzXAq5SqIq6dR_-Nl2Y7QiCrG-w/dGy4u9wia1w.jpg?size=1918x926&quality=96&sign=04d8e7f8141e498a9d12d88e32f4a0b4&type=album

Edited by Ball-van on Tue, 05/04/2021 - 18:55
Active 2 years ago
Joined Feb 2019
Points:
753

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 156
steps: https://imgur.com/a…
Tue, 05/04/2021 - 18:26

steps:
https://imgur.com/a/wJkd8cu

local variables do not store information, every time the procedure is run again it will have the default values.
This is useful for calculating things all inside a procedure.

Active 1 year ago
Joined Sep 2018
Points:
725

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 22
it's in Custom variables,…
Tue, 05/04/2021 - 18:26

it's in Custom variables, you first need to make a local variable (top right) tho

Active 2 years ago
Joined Feb 2019
Points:
753

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 156
you can give it any name
Tue, 05/04/2021 - 18:27

you can give it any name

Active 5 months ago
Joined Apr 2021
Points:
821

User statistics:

  • Modifications: 0
  • Forum topics: 46
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 40
Thanks for the help! you…
Tue, 05/04/2021 - 18:55

Thanks for the help! you helped me out again.