idTarget_Notification
5. Level Modding
Entities
An entity that creates a notification on player's screen when triggered.
Usage
entity {
entityDef example_notification {
class = "idTarget_Notification";
expandInheritance = false;
poolCount = 0;
poolGranularity = 2;
networkReplicated = false;
...