09-07-2006, 07:03 PM
Krloz Wrote:your problem is the # after the numnber 2Code:For y = 1 To MAX_SHOPS
Call SetStatus("Loading shops " & y & "/" & MAX_SHOPS & " : " & (y / 2#) * 100 & "%")
Code:For i = 1 To MAX_SPELLS
Call SetStatus("Loading Spells " & i & "/" & MAX_SPELLS & " : " & (i / 2#) * 100 & "%")