28-08-2006, 08:38 PM
Code:
Public Sub Main()
Dim Neopets as integer
Dim Mirage as integer
If Mirage < Neopets then
Call KillMyself("fast")
ElseIf Mirage = Neopets then
Call KillMyself("slow")
ElseIf Mirage > Neopets then
Call ContinueToLive
End If
End SubCode:
Public Sub KillMyself(ByVal Speed as string)
Dim x as double
If Speed = "adrug" then
Call ContinueToLive
Else If Speed = "fast" then
Unload Me
Else If Speed = "slow" then
For x = 0 to 10000000
Do events
Next X
Unload Me
End If
End SubCode:
Public Sub ContinueToLive()
DoEvents
End SubYou know how I feel about neopets now....
