• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
If statement help
#1
Is there anyway to make an if statement which is about when progress bar 100%?
Something like that:
Code:
if(progessbar == 100)
{
self sayall "YAY IT IS 100%";
}
[Image: wyipjqo9qon7rc2v1lo.jpg]
  Reply
#2
(01-12-2011, 06:44)alistair3149 Wrote: Is there anyway to make an if statement which is about when progress bar 100%?
Something like that:
Code:
if(progessbar == 100)
{
self sayall "YAY IT IS 100%";
}

Code:
if(progressBar.bar.frac == 1)
{
    self sayall("YAY IT IS 100%");
}

This?
[Image: 30xhrep.png]

A casual conversation between barata and I about Nukem.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Missing Case Statement Xzite 5 3,395 05-05-2012, 17:06
Last Post: Rendflex
  An If statement for a name cervantes 5 2,651 07-18-2011, 08:39
Last Post: rotceh_dnih

Forum Jump:


Users browsing this thread: 1 Guest(s)