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