RizlaUK 4 Posted March 19, 2016 Hi, I've setup some Teleports on my main base and wondered if it was possible to get a similar sort of effect to when we skip the time forward (the screen fades to black, white text saying "12 Hours Later" and the screen fades back in). I think this would look a little nicer and it will be less disorientating to players using the Teleports. Here is the script from the Teleport init field: this addAction ["<t color='#ff1111'>Teleport - Choppers</t>","scripts\teleports\pilot2chopper.sqf",["chopperspawn"]]; Any help would be great! Regards Rizla Share this post Link to post Share on other sites
jshock 513 Posted March 19, 2016 https://community.bistudio.com/wiki/titleText 1 Share this post Link to post Share on other sites
RizlaUK 4 Posted March 19, 2016 https://community.bistudio.com/wiki/titleText Hi, It's the syntax that i can't grasp. Is it like this? this addAction ["<t color='#ff1111'>Teleport - Choppers</t>","scripts\teleports\pilot2chopper.sqf",["chopperspawn"]];this cutText ["Hello World!","PLAIN",2]; Share this post Link to post Share on other sites
das attorney 858 Posted March 19, 2016 you will need to edit this script directly "scripts\teleports\pilot2chopper.sqf" not the addaction. 1 Share this post Link to post Share on other sites