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
Script Help Error with .hps file
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#5
RE: Error with .hps file

Your Message1, Message2 and Measage3 routines have the asParent and asChild flipped.

Instead of:
PHP Code: (Select All)
void Message1(string &in asChildstring &in asParentint alState

It should be:
PHP Code: (Select All)
void Message1(string &in asParentstring &in asChildint alState

The same applies to Message2 and Message3 as well.

Discord: Romulator#0001
[Image: 3f6f01a904.png]
01-03-2015, 05:33 AM
Find


Messages In This Thread
Error with .hps file - by MaksoPL - 01-02-2015, 01:44 PM
RE: Error with .hps file - by Daemian - 01-02-2015, 01:52 PM
RE: Error with .hps file - by MaksoPL - 01-02-2015, 01:54 PM
RE: Error with .hps file - by PutraenusAlivius - 01-03-2015, 05:14 AM
RE: Error with .hps file - by Romulator - 01-03-2015, 05:33 AM
RE: Error with .hps file - by Daemian - 01-03-2015, 07:40 AM



Users browsing this thread: 1 Guest(s)