Reply to Cut-scene dialogue crashes game??!!!
If you don't have an account, just leave the password field blank.
ok, so here's a bit of a spoiler for the mod I'm working on. The problem is, After (EDITED) &hermeas arrives at at Y-110 and says his line "My Lord! What has happened...", the game crashes. What could be wrong?
void main( void ) { freeze(1); sp_nodraw(1,1); int &konig = create_sprite(374,198,0,454,1); int &hermeas = create_sprite(275,0,0,583,1); say_stop("`# HERMEAS!!", &konig); wait (50); sp_base_walk(&hermeas,580); sp_speed(&hermeas,2); move_stop(&hermeas,2,110,1); say_stop("`9 My Lord! What has happened - Are the slayers ok?!", &hermeas); say_stop("`# Billard and Hopscotch are old and tired... they have fainted from the strain of our journey, they cannot go on.", &konig); say_stop("`9 What must I do, my Lord?", &hermeas); say_stop("`# You must go, Hermeas. Find the greatest hero that he may bring the cheer to Soliste that I cannot.", &konig); wait(1); }