Custom Story Message Problem - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: Custom Story Message Problem (/thread-16717.html) |
Custom Story Message Problem - Anonymous2343 - 07-03-2012 I am in the progress of making a custom story, and I have it so that it displays a message when you walk into a script area. It's set to show for 1 second, but it doesn't go away, it just stays up. This is the code: Spoiler below!
What is wrong with it? RE: Custom Story Message Problem - Your Computer - 07-03-2012 Actually, you have it set for 60 seconds. RE: Custom Story Message Problem - HumiliatioN - 07-04-2012 Set time to like 4.0f. and it shows your message about 4 seconds. RE: Custom Story Message Problem - DaAinGame - 07-04-2012 Another option is to set it to 0. Setting it to 0 will take the the message length and automatically display it for an estimated period of time, again, depending on its length. Personally I like setting it for a set time though. RE: Custom Story Message Problem - Cruzore - 07-04-2012 Or, you could stop commenting on a problem solved yesterday and accept that this person probably won't comment on this thread anymore, which will mean that the solution from yesterday worked and that "there's no need to thank anyone"*sarcasm* Oh, and you can also, in surprise of everyone, use a different callback to start that function! And you can even add a debug message to see if the message, which should display when it works, correctly displays! Basically, if you don't see any message, then there's a problem. When you see 2 messages, everything's allright! 2 is better than 1!*sarcasm mode off* RE: Custom Story Message Problem - MaZiCUT - 07-04-2012 (07-04-2012, 08:28 PM)FastHunteR Wrote: Or, you could stop commenting on a problem solved yesterday and accept that this person probably won't comment on this thread anymore, which will mean that the solution from yesterday worked and that "there's no need to thank anyone"*sarcasm*This guy knows what he's talking about. |