I have created an object that uses the call function. My problem is that the specified height I need the object to be set at is in the called object. and the I have it now is ADDX X_ but this must be put before the call in order to be set. This works but it is sloppy because you have to regenerate the object after you set the parameters. Does anyone have solution?
Script_problem.gsm is the main object. the other objects are the the ones being called. The best guess I can establish is I need a way to request or call etc.. without it drawing the object maybe located in the master script to establish the default height of the object so when the gosub is active it has the height before the call is being made. Its like I am putting the carriage before the horse and the script needs to be refreshed in order to have the values established. Let me know if this helps?