View Single Post
  #38  
Old 05-01-2009, 04:04 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by Raelyn View Post
Well, I did.. I believe I posted it.

I tried to do

PHP Code:
function onTrigger(){
}

if 
onTrigger(){

Which doesn't look right to me. o.o
Well,

PHP Code:
function onCreated() {
  
onTrigger();
}

function 
onTrigger() {
  
// do stuff

__________________
Reply With Quote