Chittering Clawbug Vox Posted August 15, 2020 Share Posted August 15, 2020 Is it a big script? Maybe paste it here we can take a look Quote Link to comment Share on other sites More sharing options...
Garrulous Glaahk Warrior Mage Posted August 15, 2020 Author Share Posted August 15, 2020 (edited) No, it's just small. I think that the size didn't matter here. It never worked from the 1st state i typed in. The game showed no sign of error. Edited August 15, 2020 by Warrior Mage Quote Link to comment Share on other sites More sharing options...
Garrulous Glaahk Warrior Mage Posted August 15, 2020 Author Share Posted August 15, 2020 Well, that's solved. Quote Link to comment Share on other sites More sharing options...
Garrulous Glaahk Warrior Mage Posted August 27, 2020 Author Share Posted August 27, 2020 I did some cutscene related scripting today, and ... beginstate 11; message_dialog("You come to the main hall of this town. As you arrive, a big figure comes down from the stairs. It's a dragon! You can't believe yourself. This should be a important part of your quest.","The dragon starts to speak."); force_view_center(54,38); pause(2); relocate_character(12,53,38); force_instant_terrain_redraw(); pause(3); relocate_character(12,52,38); force_instant_terrain_redraw(); pause(3); relocate_character(12,51,38); force_instant_terrain_redraw(); pause(3); relocate_character(12,50,38); force_instant_terrain_redraw(); pause(3); text_bubble_on_char(12,"Who are you?"); force_instant_terrain_redraw(); pause(20); message_dialog("Before you can tell something...",""); text_bubble_on_char(12,"However,you have came in.."); force_instant_terrain_redraw(); pause(25); text_bubble_on_char(12,"And my guards have left you.."); force_instant_terrain_redraw(); pause(25); text_bubble_on_char(12,"You couldn't have killed them as"); force_instant_terrain_redraw(); pause(25); text_bubble_on_char(12,"you would have been killed by doomguards"); force_instant_terrain_redraw(); pause(25); text_bubble_on_char(12,"then this arrival should be generous"); force_instant_terrain_redraw(); pause(25); text_bubble_on_char(12,"Welcome then, we can talk."); force_instant_terrain_redraw(); pause(25); break; The script only works upto the point message_dialog("Before you can tell something...",""); and the game crashes for 2-3 seconds and things go as there was nothing in the script after that! What was the mistake? Please help me. And, this topic was silent for few days as I was just unable to do any designing for a week. Quote Link to comment Share on other sites More sharing options...
Magnificent Ornk Kelandon Posted August 27, 2020 Share Posted August 27, 2020 You have to clear the last text bubble before you can put a new one on the same character. So you need to have: text_bubble_on_char(12,""); text_bubble_on_char(12,"However,you have came in.."); force_instant_terrain_redraw(); pause(25); And so on for every text bubble after. Quote Link to comment Share on other sites More sharing options...
Garrulous Glaahk Warrior Mage Posted August 30, 2020 Author Share Posted August 30, 2020 Thank you, that worked well. Quote Link to comment Share on other sites More sharing options...
Garrulous Glaahk Warrior Mage Posted December 22, 2020 Author Share Posted December 22, 2020 Yeah, I know I am not making any progress. But don't think that I am one of those who makes oaths of creating scenarios and do nothing. I thought that the plot was too dumb and large for a first timer to do with and I am busy with my work too right now. But hopefully I will create something decent and never go scenario-less. Quote Link to comment Share on other sites More sharing options...
Garrulous Glaahk Warrior Mage Posted April 7, 2021 Author Share Posted April 7, 2021 Yeah, I had abandoned everything, started afresh and am working on it for 3 days.... very minimalist not like the 1st attempt I tried to make, simple enough to complete and will be probably out in 10 days if not for outside disturbances... And it was not like the 1st attempt was too hard to script, but I felt that the plot was just too dumb and why I was putting such effort on my first scenario. I'm certainly sure of completing this time but I'm not expecting it to be perfect but clean. The best way to start for first scenario-makers. Quote Link to comment Share on other sites More sharing options...
Garrulous Glaahk Warrior Mage Posted April 7, 2022 Author Share Posted April 7, 2022 (edited) Wow it has been 1 exact year since the last post! Well, the thing is that I stopped working just 2 days after the last post, due to busy schedule which began to creep in as the previous year proceeded and that is why I am even inactive here for a long time. I am most probably not going to work on any of these things for this year till the first half of 2024... but no I am not a person who completely gave up! I'll try to continue on this hobby whenever I get time and would contribute to BoA whenever it happens. Edited March 30 by Warrior Mage Quote Link to comment Share on other sites More sharing options...
Garrulous Glaahk Warrior Mage Posted December 11, 2022 Author Share Posted December 11, 2022 Well, yeah I am still alive and maintaining the same stance as above... nikki. 1 Quote Link to comment Share on other sites More sharing options...
Magnificent Ornk nikki. Posted February 26, 2023 Share Posted February 26, 2023 On 12/11/2022 at 2:41 PM, Warrior Mage said: Well, yeah I am still alive and maintaining the same stance as above... I look forward to your scenario ❤️ Warrior Mage 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.