Why Is This Attempting? (solved)
by rennie moffat · in Torque Game Builder · 03/05/2011 (7:33 pm) · 2 replies
I know this will sound lame but this is driving me crazy why do I get this message in the console rgarding this call to a function...?
in the console I get this message...
game/scripts/behaviors/BBBehavior.cs (3): Unable to find object: '' attempting to call function 'endLevelNow'
What object is it looking for and why is it attempting to call this? Seems so odd.
:S
function BBBehavior::checkEndGameStatus()
{
%this.endLevelNow();
}
function BBBehavior::endLevelNow(%this)
{
}in the console I get this message...
game/scripts/behaviors/BBBehavior.cs (3): Unable to find object: '' attempting to call function 'endLevelNow'
What object is it looking for and why is it attempting to call this? Seems so odd.
:S
About the author
My thanks to Garage Games and the Garage Games Community combined with owned determination I got one game up, Temple Racer and I am looking to build more interesting, fun games for the mass market of the iOS app store.
Associate Scott Burns
GG Alumni