Zandronum Chat on our Discord Server Get the latest version: 3.2
Source Code

View Revisions: Issue #2317 All Revisions ] Back to Issue ]
Summary 0002317: Another monster z desync: ThrustThingZ after being resurrected
Revision 2015-06-16 06:22 by unknownna
Additional Information
Actor Test : ZombieMan 32767
{
    Health 1
    Speed 12
    +NOGRAVITY
    +FLOAT
    DropItem ""
    States
    {
    Spawn:
        PLAY AB 12 A_Look
        Loop
    See:
        PLAY AABBCCDD 3 A_Chase
        Loop
    Missile:
        Stop
    Pain:
        Stop
    XDeath:
    Death:
        PLAY N 5 A_NoBlocking
        PLAY N 5 A_Scream
        PLAY N 5 A_Gravity
        PLAY N 70
        TNT1 A 0 HealThing (999)
        TNT1 A 0 A_ChangeFlag ("SHOOTABLE", 1)
        TNT1 A 0 A_NoGravity
        PLAY N 2 ThrustThingZ (0, 10, 0, 1)
        Goto Spawn
    }
}
Revision 2015-06-16 05:59 by unknownna
Additional Information
Actor Test : ZombieMan 32767
{
    Health 1
    Speed 12
    +NOGRAVITY
    +FLOAT
    DropItem ""
    States
    {
    Spawn:
        PLAY AB 12 A_Look
        Loop
    See:
        PLAY AABBCCDD 3 A_Chase
        Loop
    Missile:
        Stop
    Pain:
        Stop
    XDeath:
    Death:
        PLAY N 5 A_NoBlocking
        PLAY N 5 A_Scream
        PLAY N 5 A_Gravity
        PLAY N 70
        TNT1 A 0 HealThing (999)
        TNT1 A 0 A_ChangeFlag ("SHOOTABLE", 1)
        TNT1 A 2 A_NoGravity
        PLAY N 2 ThrustThingZ (0, 10, 0, 1)
        Goto Spawn
    }
}
Revision 2015-06-16 05:58 by unknownna
Additional Information






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2025 MantisBT Team
Powered by Mantis Bugtracker