Quote:
Originally Posted by Akka3223
can you give me example of public taskname?
|
On public_init add this line set_task(600.0, "taskname",_,_,_,"b"); and then:
Code:
public taskname(id)
{
//put your code here
}
Replace taskname with anything you'd like