It's gone awfully quiet.... Are we going to be bombarded by some sensational games at the last fence?

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuoteReally? I was expecting Sentinal or Excalibur or Centurian.It does now i have changed all the names from RoboMan..
if(player.PPCollidesWithC(cpLANET1))
{
QuoteDisplay(RoboMan.Name);Gives the Display as: RoboMan....as per variable name..
RoboMan.Say("hello");
if(PPColliding.CWithC(RoboMan,cpLANET1) && Game.DoOnceOnly("Planet found")){ // String error
OR
if(PPColliding.CWithC(player,cpLANET1) && Game.DoOnceOnly("Planet found")){ // only works with default player
function room_RepExec()
{
if(Fly==false && !cFly.Moving){
cFly.AddWaypoint(173, 97);
cFly.AddWaypoint(91, 114);
cFly.AddWaypoint(192, 93);
cFly.AddWaypoint(249,119);
cFly.AddWaypoint(149,82);
cFly.AddWaypoint(64,86);
}
}
function room_Load()
{
Start_button.Visible=false;
gIconbar.Visible=true;
aKako.Stop(); // Background music stops
}
function hHotspot1_WalkOn()
{
player.ChangeRoom(3, 246, 420);
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.358 seconds with 17 queries.