10 lines
222 B
Plaintext
10 lines
222 B
Plaintext
// OldManWhistler's Party Loot Notification System
|
|
// Activated item support scripts.
|
|
|
|
#include "omw_plns"
|
|
|
|
void main()
|
|
{
|
|
if (PLNSToggleLootNotificationOnActivateItem(GetItemActivator(), GetItemActivated())) return;
|
|
}
|