literal command parameters

Started by eggnirmoll on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
literal command parameters
Tue, 08/16/2022 - 09:31 (edited)

is there any way to give literal command parameters names that can be used to get the value of them in procedures? or is a better way to do this making separate procedures for every literal parameter

Edited by eggnirmoll on Tue, 08/16/2022 - 09:31
Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You should make a procedure…
Tue, 08/16/2022 - 17:35

You should make a procedure for each call procedure blocks as they won't have the same arguments (and it includes the literal arguments)