Re: Spawn Scroll and setScrollText
Posted: Mon Aug 10, 2015 10:16 pm
I having trouble with this. I have a floor trigger connected to a lua script to spawn a scroll message before going through a door using this script on the posts.
local message = spawn("scroll")
message.scrollitem:setScrollText("This is an important\nmessage!")
after selecting the script entity for the floor trigger. the third box the comes up after I targeted the lua script is half cut off by the border of the window. resizing doesn't help. this prevent me from using the third box.....
The most likely problem is that I don't completely understand the process.. I learn way faster if someone is talking me through it. read doesn't always click right away lol..
local message = spawn("scroll")
message.scrollitem:setScrollText("This is an important\nmessage!")
after selecting the script entity for the floor trigger. the third box the comes up after I targeted the lua script is half cut off by the border of the window. resizing doesn't help. this prevent me from using the third box.....
The most likely problem is that I don't completely understand the process.. I learn way faster if someone is talking me through it. read doesn't always click right away lol..