Author Topic: GENERIC SCRIPT DEBUG STRING errors  (Read 612 times)

Legacy_garmick3

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
GENERIC SCRIPT DEBUG STRING errors
« on: January 20, 2011, 05:43:47 am »


               I am trying to play the mod Daliconia- Mystery of the orb and when starting out and I try to deal with a shopkeeper the screen and sound freeze up.  This is the only mod of dozens played that this has happened to.  The error I get is:

GENERIC SCRIPT DEBUG STRING ********** commonerclass 1 100
GENERIC SCRIPT DEBUG STRING ********** commonerclass 2 100
GENERIC SCRIPT DEBUG STRING ********** commonerclass 3 100
GENERIC SCRIPT DEBUG STRING ********** D100 Roll 92

Any help would be appreciated.  Thanks

garmick
               
               

               
            

Legacy_CalSailX

  • Jr. Member
  • **
  • Posts: 93
  • Karma: +0/-0
GENERIC SCRIPT DEBUG STRING errors
« Reply #1 on: January 22, 2011, 10:25:02 pm »


               Haven't played the module, but generally when something like this happens it's because the

conversation executes  a script that goes into a loop. The problem likely is the condition to

escape from the loop is never met. Loop keeps spinning and eating resources until everything grinds to a halt.
               
               

               
            

Legacy_garmick3

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
GENERIC SCRIPT DEBUG STRING errors
« Reply #2 on: January 25, 2011, 01:52:24 pm »


               Any ideas on getting out of this loop.  I am not a programmer, but have worked a little bit with tool set.