Reply to Re: Some problem
If you don't have an account, just leave the password field blank.
I am not well versed in DinkC so I will neither argue nor accept that sp_editor_num() and sp() are automatically the same entity without researching same.
sp_editor_num is tagged at design time, whereas I assume that sp() is assigned at script run time. If I have this wrong, please inform.
You seem to have some good advice here but I am still not convinced that
sp_editor_num(x) = sp(x).
In lines 3-4 of your reply, are you suggesting that we can reassign the editor_num at run time or was this simply a comparison to show that the 2 may be the same entity?
Nitpick: Line 5; Which one?
&sprite would either be undefined or sp(0), which cannot speak.
Irregardless, it would seem prudent to have a separate script for the "blowing up of the rocks" rather than diluting it into the screen script.
mm
sp_editor_num is tagged at design time, whereas I assume that sp() is assigned at script run time. If I have this wrong, please inform.
You seem to have some good advice here but I am still not convinced that
sp_editor_num(x) = sp(x).
In lines 3-4 of your reply, are you suggesting that we can reassign the editor_num at run time or was this simply a comparison to show that the 2 may be the same entity?
Nitpick: Line 5; Which one?
&sprite would either be undefined or sp(0), which cannot speak.
Irregardless, it would seem prudent to have a separate script for the "blowing up of the rocks" rather than diluting it into the screen script.
mm