Infinite loop with KeyGiver

Issue #68 resolved
Belmondo created an issue
#!

Actor MacYellowKey : KeyGiver Replaces GoldKey
{
    DropItem "GoldKey"
    Scale 0.5
    States
    {
    Spawn:
        MGLD A -1
        Stop
    }
}

Actor MacCyanKey : KeyGiver Replaces SilverKey
{
    DropItem "SilverKey"
    Scale 0.5
    States
    {
    Spawn:
        MSLV A -1
        Stop
    }
}

The items referenced after "DropItem" actually refer to whatever is replacing said item thus creating loop that crashes the game.

Comments (1)

  1. Log in to comment