forked from HerculesWS/Hercules
-
Notifications
You must be signed in to change notification settings - Fork 0
Pc setglobalreg str
Mike Kao edited this page Jun 16, 2023
·
1 revision
#define pc_setglobalreg_str(sd,reg,val) [[pc_setregistry_str]](sd,reg,val,3)
pc_setglobalreg(sd,"VARIABLE_NAME", "VALUE");
This only works for string variables, for numbers check PC_Setglobalreg.