So what i'm trying to do is place an infotext function.
I place a module "Function" on the map, then i type this into init.sqf:
waitUntil {!isNil "bis_fnc_init");
["Line 1", "Line 2"] call bis_fnc_infoText;
Nothing happens.. nothing at all..
And when i use a trigger and paste this in the trigger initialization field, i can hear that "beep" typewriter sound once, but text doesnt appear.