Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Script Hanging Error
#9
(06-13-2015, 06:56 AM)kyonides Wrote: I still think they forgot to mention something relatively important. Whenever you define a method as method? because you need to check any sort of conditions, it should never ever include any piece of code that could throw a result other than true or false and no executable code like assigning values to variables should be included.

# Save Player Position
  x, y = self.x, self.y

It seems you are just assigning values to local variables that will be discarded at the end of the method execution. Why do you do that? Even if variable x were actually method x, that would make no sense at all, it's redundant, unnecessary, especially because nothing else inside that piece of code needs those values. Perhaps you should recreate your script in such a way that will make it more logical, methodical, etc. This is just my very humble opinion but I seriously think that starting anew might help you more by letting you better understand your current issues with your script and the way the script should be executed.

Anything is worth a try. I take a look back at it.
Reply }


Messages In This Thread
Script Hanging Error - by BeJeremiah - 06-04-2015, 06:55 AM
RE: Script Hanging Error - by thephantom - 06-04-2015, 07:14 AM
RE: Script Hanging Error - by BeJeremiah - 06-04-2015, 07:19 AM
RE: Script Hanging Error - by Charlie Fleed - 06-07-2015, 09:26 PM
RE: Script Hanging Error - by BeJeremiah - 06-08-2015, 05:00 AM
RE: Script Hanging Error - by MechanicalPen - 06-08-2015, 10:52 PM
RE: Script Hanging Error - by BeJeremiah - 06-09-2015, 02:42 AM
RE: Script Hanging Error - by kyonides - 06-13-2015, 06:56 AM
RE: Script Hanging Error - by BeJeremiah - 06-17-2015, 01:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Script compatibility help Lord Vectra 3 3,789 07-25-2021, 11:42 PM
Last Post: DerVVulfman
   Adding face script on Cogwheel's RTAB Battle Status rekkatsu 15 13,629 08-25-2020, 03:09 AM
Last Post: DerVVulfman
   "Wait" in the script Whisper 13 14,300 04-28-2020, 04:06 PM
Last Post: Whisper
   Skill Cooldown script Fenriswolf 11 14,702 12-10-2019, 11:10 AM
Last Post: Fenriswolf
   (RMVXace) Battle error with Tankentai's battle system, help. x( Starmage 0 3,575 02-14-2018, 04:25 PM
Last Post: Starmage
   Help iwth script (RGSS Player crash) Whisper 3 7,858 06-17-2017, 05:03 PM
Last Post: Whisper
   Help modifying a script Keeroh 7 9,353 06-11-2017, 04:43 PM
Last Post: DerVVulfman
Question  Mog Menu script: help me stop the crazy picture movement during transitions Zachariad 4 8,993 05-31-2017, 05:10 AM
Last Post: Zachariad
   Actor names in Quest Script jreagan406 5 7,887 03-07-2017, 08:06 AM
Last Post: JayRay
  Expiration States with Atoa acbs: error Noctis 5 8,378 02-18-2017, 01:10 AM
Last Post: DerVVulfman



Users browsing this thread: