viewing paste Unknown #6976 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11
-   script  at_sc_start -1,{
OnInit:
bindatcmd "sc_start",strnpcinfo(3)+"::OnAtcommand";
end;
OnAtcommand:
.@sc_type = atoi(.@atcmd_parameters$[0]);
.@sc_duration = atoi(.@atcmd_parameters$[1]);
.@sc_level = atoi(.@atcmd_parameters$[2]);
sc_start .@sc_type.@sc_duration,.@sc_level;
end;
}
Viewed 731 times, submitted by Guest.