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
Need help fixing a bug in a script
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#2
RE: Need help fixing a bug in a script

No offense, but you're better to just post the script to get the help required; we're a forum. On a forum, you openly contribute Wink If it's too much of a spoiler, then post the most relevant sections of code.

Does an error pop up or the game just continue like normal? If an error pops up, then you can use the information to determine the location of your code faults.

If the game continues as normal, the best way to check for errors is by using Script Debug codes.

Set up the Developer Environment here, if you have not already;
https://wiki.frictionalgames.com/hpl2/am...evenvguide

Then use to print messages to determine which voids functions are working in your game:
PHP Code: (Select All)
void AddDebugMessage(stringasStringbool abCheckForDuplicates); 

Moving to Development Support.

Discord: Romulator#0001
[Image: 3f6f01a904.png]
02-23-2016, 11:53 PM
Find


Messages In This Thread
RE: Need help fixing a bug in a script - by Romulator - 02-23-2016, 11:53 PM
RE: Need help fixing a bug in a script - by WALP - 02-24-2016, 11:43 PM



Users browsing this thread: 1 Guest(s)