Quote:
Originally Posted by Tricxta
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?