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 am full of questions...sorry] Check points and similar
Danny Boy Offline
Posting Freak

Posts: 2,718
Threads: 85
Joined: Mar 2011
Reputation: 81
#1
[i am full of questions...sorry] Check points and similar

Hi there i am have a question... how do i make Check points? and also how do i make a action like for example a monster to spawn again even if i die? because normaly if i die the monster does not show up again :/

oh and one more thing... if i make a level door and go to the 2end level and go back for the first... how do i instead of starting in the bed (like in the begining of the game) start right next to the door?

thank you...
(This post was last modified: 04-20-2011, 03:27 PM by Danny Boy.)
04-20-2011, 03:26 PM
Website Find
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#2
RE: [i am full of questions...sorry] Check points and similar

On level doors' settings you can set the level you want to go and PlayerStartArea you want to spawn. So place a PlayerStartArea next to the door and write it as targeted PSA.

For checkpoints, you can search, the code and examples. You have to activate the PSA with a function.

Monster spawn, idk.

04-20-2011, 03:33 PM
Website Find
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#3
RE: [i am full of questions...sorry] Check points and similar

As far as I know, when you die and monsters "disappear", the game is simply removing/ignoring callbacks which activate said entity. To counter this, just re-add the callback in the spawn function that is called when a player dies.

04-20-2011, 04:49 PM
Find




Users browsing this thread: 1 Guest(s)