Posts
19
Respect
Forum Rank
Legless Crawler
Primary Group
Member
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!Hi, I'd like to turn on the power without using triggers, from my script. How would I go about doing that?
I tried somehow incorporating _zm_power.gsc but didn't quite figure out how to get it to work.
It's probably simple and I'm just not seeing it. Thanks!
#using scripts\zm\_zm_power;
function init()
{
zm_power::set_global_power(true) // Can be either "true" or "false", "true" will turn all power on and "false" will turn all power off
}