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. I lol'd, mostly at the fact that they're basically saying left wing extremists are completely harmless. Also using Osama Bin Laden as an example for Islam is like using the Crusades as an example of christianity (pointless slaughter, etc..) so you right wing conservatives better look out! us left wingers might bite you in your ass… (by standing in the street.... doing nothing....) xP
  2. use this:

    ```
    Sub ScriptedNPC(Index, Script)
      Select Case Script
          Case 0 
    Call CustomMenuClose(Index)
    If GetVar("Scripts\charextras\" & GetPlayerName(Index) & "AncientForest.ini", "QUESTS", "Flag1") = "0" Then
    Call quest11(index)
    ElseIf GetVar("Scripts\charextras\" & GetPlayerName(Index) & "AncientForest.ini", "QUESTS", "Flag1") = "1" Then
    Call quest12(index)
    ElseIf GetVar("Scripts\charextras\" & GetPlayerName(Index) & "AncientForest.ini", "QUESTS", "Flag1") = "2" Then
    Call quest13(index)
    Else
    Call quest11(index)
    End If
          Exit Sub

          Case Else
            Call PlayerMsg(Index, "No NPC script found. Please contact an admin to solve this problem.", WHITE)
            Exit Sub
      End Select
    End Sub

    ```
    lemme know what happens
  3. I keep a stack of organized 120GB drives and various USB containers. XD
    Here's my system drive:

    ![](http://i275.photobucket.com/albums/jj309/dg1423/cdrive.png)

    And here's what I have on this music drive right now:

    ![](http://i275.photobucket.com/albums/jj309/dg1423/musicdrive.png)
×
×
  • Create New...