View Single Post
DotNetJunkie
Senior Member
Join Date: May 2005
Location: In front of my pc
Old 07-25-2007 , 12:52   Re: Can someone break this down ?
Reply With Quote #5

Code:
    new params[2];
        
    params[0] = target;
    params[1] = playerTask[target]
    set_task(10.0,"task_undo",playerTask[target],params,2);
The params simply pass a list of numbers to the function task_undo which
will then proceed to utilitize those numbers.

I haven't looked at this mod in a long time so I'm not sure what everything does
off the top of my head.
__________________
DotNetJunkie is offline
Send a message via ICQ to DotNetJunkie Send a message via AIM to DotNetJunkie Send a message via MSN to DotNetJunkie Send a message via Yahoo to DotNetJunkie