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
Configuration Files Help [FC] Permanent Sanity Loss
NaxEla Offline
Senior Member

Posts: 415
Threads: 5
Joined: Dec 2012
Reputation: 28
#2
RE: [FC] Permanent Sanity Loss

I think you'll have to script the sanity loss in your hps file(s). Something like this:
PHP Code: (Select All)
void Enter()
{
    
DoSanityLoss("");
}

void DoSanityLoss(string &in timer)
{
    
AddPlayerSanity(-1.67f);
    
AddTimer(""1.0f"DoSanityLoss");


In Ruins [WIP]
(This post was last modified: 03-28-2013, 05:29 PM by NaxEla.)
03-28-2013, 05:28 PM
Find


Messages In This Thread
[FC] Permanent Sanity Loss - by FlawlessHappiness - 03-28-2013, 04:20 PM
RE: [FC] Permanent Sanity Loss - by NaxEla - 03-28-2013, 05:28 PM
RE: [FC] Permanent Sanity Loss - by WALP - 03-28-2013, 06:08 PM
RE: [FC] Permanent Sanity Loss - by WALP - 03-28-2013, 06:23 PM



Users browsing this thread: 2 Guest(s)