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 Player doesn't drain sanity from darkness
amusei Offline
Junior Member

Posts: 23
Threads: 8
Joined: Aug 2012
Reputation: 2
#3
RE: Player doesn't drain sanity from darkness

(01-21-2013, 10:53 AM)TheGreatCthulhu Wrote: If you're asking how to disable sanity draining from the darkness, just call the SetSanityDrainDisabled() function from OnEnter():

PHP Code: (Select All)
void OnEnter()
{
    
SetSanityDrainDisabled(true);

    
// other stuff may go here...

Hey, a little of the topic, I've tried that script several times and it just keeps draining sanity. What do you think the problem is ?
01-21-2013, 01:48 PM
Find


Messages In This Thread
RE: Player doesn't drain sanity from darkness - by amusei - 01-21-2013, 01:48 PM



Users browsing this thread: 1 Guest(s)