The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help Flying Jesus Help?
Andehande Offline
Junior Member

Posts: 2
Threads: 1
Joined: Mar 2012
Reputation: 0
#1
Flying Jesus Help?

I need help with the "Flying Jesus Script"

Error is : FATAL ERROR: Could not load script file 'custom_stories/TheChallenge/Maps/Chocolatebar.hps'!
main (23,1) : ERR Unexpected Token '{'

I just cant make it work... Here is the script


////////////////////////////
// Run first time starting map
void OnStart()

////////////////////////////
// Key to first door

{
AddUseItemCallback("", "Storage Room Key", "Kolmonen", "UsedKeyOnDoor", true);
}

void UsedKeyOnDoor(string &in asItem, string &in asEntity)
{
SetSwingDoorLocked("Kolmonen", false, true);
PlaySoundAtEntity("", "unlock_door", "Kolmonen", 0, false);
RemoveItem("Storage Room Key");
}

///////////////////////////
// Teleporting Naked Guy


{ <-- This is (23,1)
AddEntityCollideCallback("Player", "FlyingJesus", "HolyJesus", true, 1)
AddEntityCollideCallback("Jesus", "FlyingJesus", "Sound", true, 1)
}

void HolyJesusJesus(string &in asParent, string &in asChild, int alState)

{
SetEntityActive("Jesus", true)
AddPropForce("Jesus", 0, 0, 30000, "World")
}

void Sound(string &in asParent, string &in asChild, int alState)
{
PlaySoundAtEntity("", "24_iron_maiden.snt", "FlyingJesus_1", 0, false);
}


////////////////////////////
// Run when entering map
void OnEnter()
{

}

////////////////////////////
// Run when leaving map
void OnLeave()
{

}


Please help me :/
03-10-2012, 10:25 AM
Find


Messages In This Thread
Flying Jesus Help? - by Andehande - 03-10-2012, 10:25 AM
RE: Flying Jesus Help? - by Stepper321 - 03-10-2012, 12:09 PM
RE: Flying Jesus Help? - by JMFStorm - 03-10-2012, 05:30 PM
RE: Flying Jesus Help? - by Stepper321 - 03-10-2012, 06:43 PM



Users browsing this thread: 1 Guest(s)