Commands Don't Have cmdparams?

Started by 8BitBunnie on

Topic category: Troubleshooting, bugs, and solutions

Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Commands Don't Have cmdparams?

Command elements don't have Command Parameters from Procedures, what's the point?

Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
cmdparams is the dependency…
Thu, 10/13/2022 - 23:18

cmdparams is the dependency used by the old command system. In order to call a procedure using this dependency, you need to use the appropriate call procedure block Accept any parameter and call procedure. All other blocks now use a new dependency called arguments. Read more on https://mcreator.net/wiki/making-command