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
I need some help.
Sanshi Offline
Junior Member

Posts: 14
Threads: 5
Joined: May 2012
Reputation: 0
#1
I need some help.

Hello! New guy here, I have just set up my Room, and I want to make it so when I touch an object, it disappears, you get a little sanity damage and it's all good.

I think I've done the first part right... no idea how to put in the other stuff.

Spoiler below!
void OnStart()
{
AddEntityCollideCallback("Player" , "Stephano1" , "StephanoGone" , true , 1);
}

{
SetEntityActive("Stephano1", false);
}


Any other things I need to add... the script function list is so long, not easy to find the things I need.

And yes I watch PewDiePie, therefore: Stephano.
05-09-2012, 06:36 PM
Find


Messages In This Thread
I need some help. - by Sanshi - 05-09-2012, 06:36 PM
RE: I need some help. - by Cranky Old Man - 05-09-2012, 06:43 PM
RE: I need some help. - by Prelauncher - 05-09-2012, 06:46 PM
RE: I need some help. - by Sanshi - 05-09-2012, 06:54 PM
RE: I need some help. - by Cranky Old Man - 05-09-2012, 07:04 PM
RE: I need some help. - by Adrianis - 05-09-2012, 06:58 PM
RE: I need some help. - by Sanshi - 05-09-2012, 07:00 PM
RE: I need some help. - by Adrianis - 05-09-2012, 07:03 PM
RE: I need some help. - by Adrianis - 05-09-2012, 07:07 PM
RE: I need some help. - by Cranky Old Man - 05-09-2012, 07:14 PM
RE: I need some help. - by Sanshi - 05-09-2012, 07:28 PM
RE: I need some help. - by Cranky Old Man - 05-09-2012, 07:40 PM
RE: I need some help. - by Adrianis - 05-09-2012, 07:22 PM
RE: I need some help. - by Kreekakon - 05-09-2012, 07:40 PM
RE: I need some help. - by Putmalk - 05-10-2012, 04:55 AM
RE: I need some help. - by darkadders - 05-10-2012, 07:43 AM



Users browsing this thread: 1 Guest(s)