Frictional Games Forum (read-only)
Death Teleport - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Death Teleport (/thread-13610.html)

Pages: 1 2


RE: Death Teleport - Datguy5 - 02-26-2012

(02-26-2012, 10:41 PM)Strembitsky Wrote: Sorry, I'm not going to hold your hand and give you the script. Trust me, when I was a beginner I wanted to just have the script and continue. But I learned how to script well, and that's where I am now.

Go back through my posts, and think how it would work, and use the wiki.

I am good at scripting but the variables really confuse me.And in the wiki they dont mention anything from if variables i think : P
+ Ive made an script area that when you walk into it you get trapped and a monster comes and kills you.


RE: Death Teleport - Strembitsky - 02-26-2012

(02-26-2012, 11:36 PM)Datguy5 Wrote:
(02-26-2012, 10:41 PM)Strembitsky Wrote: Sorry, I'm not going to hold your hand and give you the script. Trust me, when I was a beginner I wanted to just have the script and continue. But I learned how to script well, and that's where I am now.

Go back through my posts, and think how it would work, and use the wiki.

I am good at scripting but the variables really confuse me.And in the wiki they dont mention anything from if variables i think : P
+ Ive made an script area that when you walk into it you get trapped and a monster comes and kills you.
I never said anything about variables. I simply said to check if the players health is below 1 every second or so, and then call a function.




RE: Death Teleport - Your Computer - 02-27-2012

(02-26-2012, 08:00 PM)Datguy5 Wrote: Does it work if i make that the monster kills the player,and then the player spawns in a checkpoint that is still in teh same map but in the different area.

You were on the right track with this.


RE: Death Teleport - Datguy5 - 02-27-2012

(02-27-2012, 01:11 AM)Your Computer Wrote:
(02-26-2012, 08:00 PM)Datguy5 Wrote: Does it work if i make that the monster kills the player,and then the player spawns in a checkpoint that is still in teh same map but in the different area.

You were on the right track with this.
Hahaa >: ) I think im just gonna use this method.


(02-26-2012, 11:45 PM)Strembitsky Wrote:
(02-26-2012, 11:36 PM)Datguy5 Wrote:
(02-26-2012, 10:41 PM)Strembitsky Wrote: Sorry, I'm not going to hold your hand and give you the script. Trust me, when I was a beginner I wanted to just have the script and continue. But I learned how to script well, and that's where I am now.

Go back through my posts, and think how it would work, and use the wiki.

I am good at scripting but the variables really confuse me.And in the wiki they dont mention anything from if variables i think : P
+ Ive made an script area that when you walk into it you get trapped and a monster comes and kills you.
I never said anything about variables. I simply said to check if the players health is below 1 every second or so, and then call a function.

Your idea was good too but i think im gonna use the easier Big Grin