Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

dg1423

Members
  • Posts

    543
  • Joined

  • Last visited

    Never

Posts posted by dg1423

  1. here:

    ```
    ' Executes when something on a custom menu is clicked.
    Sub MenuScripts(Index, Clicked_Index, Menu_Type)
    Dim MenuTitle
    Dim FieldMessage

    MenuTitle = getplayermenuclicktitle(Index)
    FieldMessage = getplayermenuclickmsg(Index)

    Select Case Menu_Type
    Case 1
        Select Case Menu_Title                                   
            Case "Awards 1"
        Select Case Clicked_Index
    Case 0
                    Call PlayerMsg(Index, "Newbie: Worth 5 Squiddle Points", GREEN)
                    Case 1
                    Call PlayerMsg(Index, "Beginner: Worth 10 Squiddle Points", GREEN)
                    Case 2
                    Call PlayerMsg(Index, "Novice: Worth 15 Squiddle Points", GREEN)
                    Case 3
                    Call PlayerMsg(Index, "Intermediate: Worth 20 Squiddle Points", GREEN)
                    Case 4
                    Call PlayerMsg(Index, "Fighter: Worth 25 Squiddle Points", GREEN)
                    Case 5
                    Call PlayerMsg(Index, "Warrior: Worth 30 Squiddle Points", GREEN)
                    Case 6
                    Call PlayerMsg(Index, "Knight: Worth 35 Squiddle Points", GREEN)
                End Select
            Case "Quest Log"
        Select Case Clicked_Index
    Case 0
                Select Case GetVar("Scripts\charextras\" & GetPlayerName(Index) & ".ini", "QUESTS", "Flag1")
            Case "1"
                Call PlayerMsg(Index, "Sedsew needs an apple. I know some monsters drop them.", GREEN)
                    Case "2"
                Call PlayerMsg(Index, "Sedsew was very gratefull for that apple.", GREEN)
                    Case Else
        Call PlayerMsg(Index, "Talk to Sedsew in Tavelin to begin this quest.", GREEN)
        End Select
            Case 1
                Select Case GetVar("Scripts\charextras\" & GetPlayerName(Index) & ".ini", "QUESTS", "Flag2")
            Case "1"
                Call PlayerMsg(Index, "Mary needs Slyme Vials for her sick kitten. Most slymes drop slyme vials.", GREEN)
            Case "2"
                Call PlayerMsg(Index, "I gave Mary the Slyme Vial, she told me to talk to her again.", GREEN)
                    Case "3"
                Call PlayerMsg(Index, "Mary's kitten is all better now.", GREEN)
    Case Else
        Call PlayerMsg(Index, "Talk to Mary in Seldien to begin this quest.", GREEN)
        End Select
        End Select         
                      End Select
    Case 2
    Call PlayerMsg(Index, "Clicked field number " & Clicked_Index & " on the menu named " & MenuTitle & ". The field text was " & FieldMessage, YELLOW)
    Case 3
    Select Case Menu_Title
        Case "Profile"
            If Clicked_Index = 0 Then
                        Call PlayerMsg(Index, "Your Name", GREEN)
                End If
                If Clicked_Index = 1 Then
                    Call PlayerMsg(Index, "Your Squiddle Points", GREEN)
                End If
                If Clicked_Index = 2 Then
                    Call PlayerMsg(Index, "Your amount of NPC Kills", GREEN)
                End If
                If Clicked_Index = 3 Then
                    Call PlayerMsg(Index, "Your amount of Peace Offerings", GREEN)
                    End If
                End Select
    End Select
    End Sub

    ```
  2. ohshi-

    http://www.forteantimes.com/strangedays/misc/1543/somnambulism-in-the-internet-age.html

    a chick wrote emails in her sleep…

    I find it awesome how a guy was found not guilty for driving 14 miles and killing his inlaws in their home and driving back in his sleep.
  3. I was crossing the street, and right when I was like 3 steps from the other side walk, a tow truck comes out of nowhere and nails me. The tow cables on the front of the truck pierced halfway through my leg, but luckily missed the bone. I then limped and stumbled down to the college's health center.

    The ironic part is that I was hit right between a Hospital and a med school.
  4. Ok, so I know I haven't posted on here for a long ass time, but I've gotta say this cuz it happened this morning:

    I GOT HIT BY A FREAKIN TRUCK, AND CAME CENTIMETERS AWAY FROM LOSING A LEG!!

    so yea…..
×
×
  • Create New...