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
Something weird is happening with my script.
Wapez Offline
Senior Member

Posts: 360
Threads: 37
Joined: Mar 2012
Reputation: 19
#3
RE: Something weird is happening with my script.

  • Double check all the names in the HPL Level Editor
  • Double check all the names in the script
  • Make sure that there is no other function in your script that might trigger this one to not work
  • Remove the space after calling the Destroywall function

    void Destroywall (string &in asParent, string &in asChild, int alState)
    Should be:
    void Destroywall(string &in asParent, string &in asChild, int alState)

    That's all I got for now. If it still doesn't work, send me the files and I'll fix it for you.


Founder & Legally Accountable Publisher of Red Line Games.
Environment & Gameplay Designer and Scripter.
http://moddb.com/mods/in-lucys-eyes
(This post was last modified: 07-02-2013, 01:21 PM by Wapez.)
07-02-2013, 01:18 PM
Find


Messages In This Thread
RE: Something weird is happening with my script. - by Wapez - 07-02-2013, 01:18 PM



Users browsing this thread: 1 Guest(s)