Language:
Lua     Change language:
Pastebin: 95334
Author: Skate555
Subject: While Issues
Created: 2008-09-02 20:21:18
Download and save
Toggle line numbers
1function AddMoney() 
2    IntGold = Gold:GetNumber(); 
3    IntSilver = Silver:GetNumber(); 
4    IntCopper = Copper:GetNumber(); 
5    while IntGold >= 214748 do 
6        IntGold = IntGold-100
7    end 
8    while IntSilver >= 100 do 
9        IntGold = IntGold-100
10    end 
11    while IntGold >= 100 do 
12        IntGold = IntGold-100
13    end 
14    result = ".modify gold " ..IntGold*10000+IntSilver*100+IntCopper; 
15    outSAY(result); 
16end 
Thread:
[95334] While Issues by Skate555 at 2008-09-02 20:21:18
  [95338] Re: While Issues by Anonymous at 2008-09-02 21:30:10 (diff)
Tip: Click the line numbers to toggle highliting on that line.

Paste followup:

Language:
Author:
Subject:


    Tabstop:     bigger biggest
Note: You can prefix a line with "@@@" to highlight it.