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
Need a bit of help
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#2
RE: Need a bit of help

In your script file, all you need to do is add 2 lines of code to your OnStart method.

PHP Code: (Select All)
void OnStart()
{
    SetPlayerHealth(50.0f);
    SetPlayerSanity(50.0f); 


You can find these functions on the wiki page: HPL2 Scripts

01-19-2019, 10:22 PM
Find


Messages In This Thread
Need a bit of help - by RaXZerGamingZ - 01-19-2019, 07:35 PM
RE: Need a bit of help - by Mudbill - 01-19-2019, 10:22 PM
RE: Need a bit of help - by RaXZerGamingZ - 01-19-2019, 11:22 PM
RE: Need a bit of help - by Darkfire - 01-20-2019, 04:16 PM
RE: Need a bit of help - by RaXZerGamingZ - 01-20-2019, 04:32 PM
RE: Need a bit of help - by Mudbill - 01-20-2019, 07:15 PM



Users browsing this thread: 1 Guest(s)