01-12-2011, 06:44
Is there anyway to make an if statement which is about when progress bar 100%?
Something like that:
Something like that:
Code:
if(progessbar == 100)
{
self sayall "YAY IT IS 100%";
}