marrub
/
Lithia
Archived
1
0
Fork 0
This repository has been archived on 2023-06-17. You can view files and clone it, but cannot push or open issues/pull-requests.
Lithia/pksrc/lscripts/Items/Score.dec

21 lines
307 B
Plaintext

actor Lith_ScoreCount : Inventory
{
Inventory.MaxAmount 0x7FFFFFFF
}
actor Lith_ScoreItem : CustomInventory
{
Inventory.PickupMessage ""
Inventory.PickupSound ""
states
{
Pickup:
TNT1 A 0 ACS_NamedExecuteAlways("Lith_UpdateScore")
stop
}
}
// EOF