The Student Room Group

IDEA Silver Badge 'The Digital Adventurer'

So far i have this in the engine:

initiate();
function lifeSupportCheck(){
initiate(lifeSupportCheck);
}

But when i try to run it, it ends up saying ;
"That's not it. You need to call your lifeSupportCheck() function."

What am i doing wrong here? I swear this is correct. Any help that could be offered would be great.

Reply 1

Sorry you've not had any responses about this. :frown: Are you sure you've posted in the right place? :smile: Here's a link to our subject forum which should help get you more responses if you post there. :redface:

Reply 2

image.jpg
Can someone help me with that please.

Reply 3

It's sublime. I figured it out by searching up

Reply 4

put a //infront of initiate lifeSupportCheck((){

Reply 5

Original post by HorusOG
So far i have this in the engine:

initiate();
function lifeSupportCheck(){
initiate(lifeSupportCheck);
}

But when i try to run it, it ends up saying ;
"That's not it. You need to call your lifeSupportCheck() function."

What am i doing wrong here? I swear this is correct. Any help that could be offered would be great.


put a // infront of initiate(lifeSupportCheck); so it looks like this //initiate(lifeSupportCheck);

Reply 6

the first one is environment, second one is Sublime

Reply 7

i am stuck part 3 will someone please explain!!!

Reply 8

yeah but what do you do after that

Reply 9

Can anyone help me with the part after this?

Reply 10

Original post by UserYay
Can anyone help me with the part after this?

function();
function lifeSupportCheck(){
//function(lifeSupportCheck);
}

Reply 11

Original post by UserYay
Can anyone help me with the part after this?

I'm stuck. I need to know what is after
function();
function lifeSupportCheck(){
//function(lifeSupportCheck);
}

Reply 12

Original post by HorusOG
So far i have this in the engine:

initiate();
function lifeSupportCheck(){
initiate(lifeSupportCheck);
}

But when i try to run it, it ends up saying ;
"That's not it. You need to call your lifeSupportCheck() function."

What am i doing wrong here? I swear this is correct. Any help that could be offered would be great.


Heres What worked for me.

initiate();
function lifeSupportCheck(){
}

Reply 13

Original post by 5555551223
put a // infront of initiate(lifeSupportCheck); so it looks like this //initiate(lifeSupportCheck);

That didn't work for me i get that this is an old message but it didn't work for me

Reply 14

Original post by HorusOG
So far i have this in the engine:
initiate();
function lifeSupportCheck(){
initiate(lifeSupportCheck);
}
But when i try to run it, it ends up saying ;
"That's not it. You need to call your lifeSupportCheck() function."
What am i doing wrong here? I swear this is correct. Any help that could be offered would be great.

i just cant seem to get it??
anybody who knows the answer pls help

Quick Reply