Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 3 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[HPL3 WIKI] What kind of tutorials/pages would you like to see?
WALP Offline
Posting Freak

Posts: 1,221
Threads: 34
Joined: Aug 2012
Reputation: 45
#49
RE: [HPL3 WIKI] What kind of tutorials/pages would you like to see?

Hey Modulator. A student of mine is reporting that the monster map your linked on your setting up a monster tutorial has a bugged .hps script.

I have identified and fixed 2 issues within it.

1. You forgot to add #include "helpers/helper_ai.hps" to the top of your script. The pathfinder functions rely on this helper file being included.

2. the close door function is defined as a bool, so SOMA expects you to return a bool. since your function does not return anything it should be made a void instead, or you should make it return something so SOMA does not get confused.
10-09-2015, 03:49 PM
Find


Messages In This Thread
RE: [HPL3 WIKI] What kind of tutorials/pages would you like to see? - by WALP - 10-09-2015, 03:49 PM



Users browsing this thread: 1 Guest(s)