The script in DECORATE looks like this:
It worked with the earlier version of GZDooM, but with the current version I get the following error:ACTOR WolfKeyG : Inventory 7006
{
+AUTOACTIVATE
Inventory.Amount 0
Inventory.PickupSound "KEY"
Inventory.PickupMessage "Gold Key"
scale 0.125
States
{
Spawn:
GKEY A -1
Loop
Pickup:
GKEY A 0 A_GiveInventory("YellowCard", 1)
}
}
Is this a new bug, or is there a problem with my DECORATE?Script error, "DECORATE" line 80:
Unknown state label Pickup
If the latter, could someone please suggest an alternative?
--Merci