In reply to: Well -- William 01:06:37 09-20-2005
Well Again... Posted by: Motar 16:43:01 09-21-2005 |
Is the problem that the method itself is not ending, or because of the code you have in it, it's not ending? If it's the latter, you should probably fix that, because it's usually important to make sure all of your methods end(Not neccesarily in RPGCode, but if you ever try C++, there is no Stop() or End() or anything like it, so it's not a good habit to get into).