Can other commands be run withing a /c
Posted: Thu Apr 08, 2021 12:18 pm
When running a lua script with /c is there a way to run other commands withing the script.
My intention is to run a command from a mod but I guess the question applies to running any commands inside a /c lua script
Lets say this command for example
Lets say for example I want to get an array of all players on the map and then loop through them using each entity as the target. How do I run this command from within a /c script.
My intention is to run a command from a mod but I guess the question applies to running any commands inside a /c lua script
Lets say this command for example
Code: Select all
/muppet_streamer_schedule_explosive_delivery {"explosiveCount":7, "explosiveType":"grenade", "target":"muppet9010", "accuracyRadiusMin":10, "accuracyRadiusMax":20}