```
Param1<string> data;
if ( !ctx.Read( data ) ) return;
array<string> messages = new array<string>;
ata.param1.Split("/n", messages);
foreach (string m: messages) {
NotificationSystem.AddNotificationExtended(60, "Whitelist", m, "set:ccgui_enforce image:MapUserMarker");
}
```
Will return in {F1177016}
Splitting on "/" and not "/n" as expected.
On a side note, would be cool to have newlines working in Widget for 1.06