03-02-2008, 06:07 PM
Stomach Pulser Wrote:Use a for loop:Thanks, but I didn't know my friend had built a script so I could just make the Potion a Currency; define how much it heals with the script and set a limit to how many you can carry since it's stacked now.
Code:Dim i
For i = 0 to 9
Call GiveItem(Index, 898, 1, 1)
Next i
For i = 0 to 4
Call GiveItem(Index, 901, 1, 1)
Next i
-Scythe