View Single Post
  #3  
Old 07-18-2013, 08:52 AM
i8bit i8bit is offline
Registered User
Join Date: Jul 2013
Posts: 146
i8bit is an unknown quantity at this point
Quote:
Originally Posted by Tricxta View Post
schedulevent
I know I could do that but that would mean I would have to come out of my 'checks' to activate a new function...unless you can do functions inside functions?

like:

PHP Code:
function this(){
 if (
check something){
  function 
that();
}

Can you do that?
Reply With Quote