[not a bug] Ratbuddy.txt in gzdoom.pk3

Bugs that have been resolved.

Moderator: Graf Zahl

Locked
Deathlike2
Posts: 233
Joined: Sat Oct 29, 2005 0:40

[not a bug] Ratbuddy.txt in gzdoom.pk3

Post by Deathlike2 »

It appears you were trying to add this definition for kaiser's older map Return of the Order... but this definition fails to work when you attempt to purchase the Rat Buddy. The HUD says "you have enough" even though it does not appear in the inventory. Even after "supposedly acquring" the Rat Buddy.. the guy you trade it to doesn't acknowledge that you have it... I'm not sure if this report is valid.. but I thought you might want to know.
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

The internal definition of RadBuddy doesn't work as an inventory item. I merely fixed the crash that would have occured before. To play Return of the Order properly you have to add this DECORATE lump to the WAD:

Code: Select all

ACTOR RatBuddyItem : Inventory
{
	ConversationID 202
	Inventory.Icon I_RATT
	States
	{
	Spawn:
		RATT A -1
	}
	+INVBAR
	Inventory.PickupMessage "Picked up a rat"
}
	
Locked

Return to “Closed Bugs”