casper667 131 Posted March 29, 2013 (edited) CSCA Toast Manager By: Casper Gaming (Casper667) Latest Version: 1.1.0 Last Update: April 26, 2013 Introduction Creates an easy-to-use toast system. Mainly a scripting tool, but you can create and call your own basic toasts as well. Screenshots Up to 3 toasts can be shown at a time If more than 3 are reserved, the others will automatically display when possible. Basic 2 line text toasts are already set up for you: More advanced users and scripters can create even prettier toasts! How to Use Place in your materials section. Plug n Play w/ optional setup. Instructions in script. Script Text file is found here(copy and paste everything into your script editor in the materials section): LINK Requires CSCA Core Script to work properly - Get it here! Updates Version 1.1.0 - Toasts now global (not confined to the map scene). Certain scenes are excluded. Credit Casper Gaming Terms http://caspergaming.com/terms-of-use/ Edited July 1, 2020 by casper667 Update link URLs 2 Share this post Link to post Share on other sites
Pikalyze 4 Posted March 30, 2013 For some reason, I thought it said 'Toast Maker', and I clicked it.Either way, excellent script. Share this post Link to post Share on other sites
imaninja33 0 Posted May 11, 2013 Can you post a script call example of how this script would work? Share this post Link to post Share on other sites
casper667 131 Posted May 11, 2013 bt_reserve_toast(text1, text2) # Reserves a toast with 2 lines of centered text on it. # text1 is the first line, text2 is the second line. Share this post Link to post Share on other sites
imaninja33 0 Posted May 16, 2013 (edited) bt_reserve_toast(text1, text2) # Reserves a toast with 2 lines of centered text on it. # text1 is the first line, text2 is the second line. Nevermind I got it working. Edited May 16, 2013 by imaninja33 Share this post Link to post Share on other sites
casper667 131 Posted May 16, 2013 in a script call:text1 = "Hi"text2 = "Hello"bt_reserve_toast(text1, text2) Share this post Link to post Share on other sites
Lionheart_84 3 Posted November 12, 2013 Nice script ... But I can not make it work! Can you do a little demo please?!? Share this post Link to post Share on other sites
Gump 108 Posted November 13, 2013 Good work. Lionheart_84: Read the script instructions and info located at the top of the script and the posts above yours in this topic. Try out that stuff with the event Script command (page 3 of event commands). Share this post Link to post Share on other sites
casper667 131 Posted November 29, 2013 Sorry, I am more busy lately and don't have much time to update my own scripts, let alone make demos for them. Share this post Link to post Share on other sites