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
What's wrong with this script?
D3AD UPR1S1NG Offline
Member

Posts: 64
Threads: 21
Joined: Apr 2011
Reputation: 0
#1
Wink  What's wrong with this script?

I need help fixing this script?

void OnStart()
{
PlayMusic("02_amb_safe.ogg", true, 100.0, 0.0, 1, true);
Checkpoint("Check01", "PlayerStartArea_2", "Check01", "DeathHint", "DeathHint01",);
}
void Check01(string& asName, string& asStartPos, string& asCallback, string& asDeathHintCat, string& asDeathHintEntry);
{
RemoveItem(Lantern);
}

The error is } unexpected token
(This post was last modified: 04-21-2011, 04:50 AM by D3AD UPR1S1NG.)
04-21-2011, 04:49 AM
Find


Messages In This Thread
What's wrong with this script? - by D3AD UPR1S1NG - 04-21-2011, 04:49 AM
RE: What's wrong with this script? - by jens - 04-21-2011, 07:40 AM
RE: What's wrong with this script? - by MrBigzy - 04-21-2011, 02:23 PM
RE: What's wrong with this script? - by MrBigzy - 04-21-2011, 05:18 PM



Users browsing this thread: 1 Guest(s)