Baldur's Gate Wiki
Advertisement

Line 0001[]

IF
	GlobalGT("BATTLE_COMPLETE","GLOBAL",1)
THEN
	RESPONSE #100
		PickUpItem("dagg01")  // Dagger
		PickUpItem("blun01")  // Club
		PickUpItem("sw1h07")  // Short Sword
		PickUpItem("staf01")  // Quarterstaff
		PickUpItem("bow05")  // Shortbow
		PickUpItem("arow01")  // Arrow
		DestroyItem("dagg01")  // Dagger
		DestroyItem("blun01")  // Club
		DestroyItem("sw1h07")  // Short Sword
		DestroyItem("staf01")  // Quarterstaff
		DestroyItem("bow05")  // Shortbow
		DestroyItem("arow01")  // Arrow
END
Advertisement