User Tag List

Results 1 to 2 of 2

Thread: Zasm scripts crashing...

  1. #1
    Lynel Revfan9's Avatar
    Join Date
    Jun 2005
    Location
    In front of a screen. I never leave.
    Age
    31
    Posts
    1,160
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    3,390
    Level
    18
    vBActivity - Bars
    Lv. Percent
    71.12%

    Zasm scripts crashing...

    I'm not sure if this is something I'm doing wrong, or a bug, but whenever I try to run this script, the player crashes, but it parses just fine:

    Code:
     COMPARER gd252,gd251
     GOTOFALSE AFFECT
     GOTOTRUE SCAP
     COMPARER gd253,gd251
     GOTOFALSE AFFECT
     GOTOTRUE SCAP
     COMPARER gd254,gd251
     GOTOFALSE AFFECT
     GOTOTRUE SCAP
     COMPARER gd255,gd251
     GOTOFALSE AFFECT
     GOTOTRUE SCAP
    AFFECT COMPAREV INPUTUP,1
     GOTOTRUE ACCUP
     COMPAREV INPUTDOWN,1
     GOTOTRUE ACCDOWN
     COMPAREV INPUTLEFT,1
     GOTOTRUE ACCLEFT
     COMPAREV INPUTRIGHT,1
     GOTOTRUE ACCRIGHT
     QUIT
    ACCUP ADDV gd252,0.001
     SUBR linky,gd252
     COMPAREV INPUTUP,1
     GOTOFALSE UPREL
     QUIT
    UPREL SETV gd252,0
     QUIT
    ACCDOWN ADDV gd253,0.001
     ADDR linky,gd253
     COMPAREV INPUTDOWN,1
     GOTOFALSE DOWNREL
     QUIT
    DOWNREL SETV gd253,0
     QUIT
    ACCLEFT ADDV gd254,0.001
     SUBR linkx,gd254
     COMPAREV INPUTLEFT,1
     GOTOFALSE LEFTREL
     QUIT
    LEFTREL SETV gd254,0
     QUIT
    ACCRIGHT ADDV gd255,0.001
     ADDR linkx,gd255
     COMPAREV INPUTRIGHT,1
     GOTOFALSE RIGHTREL
     QUIT
    RIGHTREL SETV gd255,0
     QUIT
    CAP SETV gd252,0
     SETV gd253,0
     SETV gd254,0
     SETV gd255,0
     QUIT
    It's a global script, so I tried to run it, but ZC crashed as soon as the quest opened. I thought there was a bug with global scripts so I converted it to an FFC script, but the crash still happened. Possibly the bug is related to the usage of gd's?

  2. #2
    Is this the end?
    ZC Developer
    Saffith's Avatar
    Join Date
    Jan 2001
    Age
    41
    Posts
    3,389
    Mentioned
    178 Post(s)
    Tagged
    6 Thread(s)
    vBActivity - Stats
    Points
    6,433
    Level
    24
    vBActivity - Bars
    Lv. Percent
    70.12%

    Re: Zasm scripts crashing...

    It crashes for you? For me, it's hanging instead...
    Well, the first thing to do would be to throw some traces in there to see how far it gets.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Armageddon Games is a game development group founded in 1997. We are extremely passionate about our work and our inspirations are mostly drawn from games of the 8-bit and 16-bit era.
Social