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 not working (NO BLACKBOX ERROR)
A.M Team Offline
Banned

Posts: 811
Threads: 63
Joined: Sep 2014
#1
Script not working (NO BLACKBOX ERROR)

I have the .hps file EXACTLY the same name as my map in the exact same folder and the script wont work! There even isn't a blackbox error.

PHP Code: (Select All)
void OnStart()
{
    
FadeOut(0.01);
    
FadeGlobalSoundVolume(00);
    
SetPlayerActive(false);
    
SetInventoryDisabled(false);
    
AddTimer("starttime"2"GameTime");
}

void GameTime(string &in asTimer)
{
    
RemoveTimer("starttime");
    
FadeGlobalSoundVolume(10.3);
    
SetPlayerActive(true);
    
SetInventoryDisabled(true);
    
PlayGuiSound("insanity_imageflash01.ogg"1);
    
FadeIn(2);


I have a retail Windows 7 1.3 non beta version of Amnesia:The Dark Descent. Can someone help me?
03-08-2015, 03:49 PM
Find


Messages In This Thread
Script not working (NO BLACKBOX ERROR) - by A.M Team - 03-08-2015, 03:49 PM



Users browsing this thread: 1 Guest(s)