jgs
New Member
Netherlands
95 Posts |
Posted - 25 January 2009 : 15:34:07
|
Sometimes one Mod changes the same code as another.
Take f.i. this instruction:
rR_DATE = 21 if CanShowSignature = 1 then rM_SIG = 22 end if
Replace it with this code:
rR_DATE = 21 rR_MSGICON = 22 if CanShowSignature = 1 then rM_SIG = 23 end if
Another Mod already changed that. Ok, put in the new code and add 1. But, what if you messed up. Did one Mod, than the next, undoing the first and later put back in the first.
Then, is there a way to check the numbering using the database. Does Date = 21 relate to a column in the database and can you just count the colums to find the right numbering? < |
Info about my forum: http://www.govvd.nl/forumsoftware.htm list of Mods included. Most of userinterface translated into Dutch. |
|