sc3-rom-dump/rom/help/exec.txt

8 lines
272 B
Plaintext
Raw Normal View History

2024-01-15 10:36:50 +01:00
On a Command Computer, "exec" will execute a command as if entered on a command block. Use "commands" to list all the available commands.
ex:
"exec say Hello World"
"exec setblock ~0 ~1 ~0 minecraft:dirt"
Type "help commandsapi" for help using commands in lua programs.