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

totalwar235

Members
  • Posts

    105
  • Joined

  • Last visited

    Never

Posts posted by totalwar235

  1. ok i fixed it now but i want to make sure it will work before i try agian

    Case 3
    Random = Rand(0,2)
    Select Case Random
    Case 0
    CallPlayerWarp(index, 31, 9, 0)

    Case 1
    CallPlayerWarp(index, 31, 30, 15)

    Case 2
    CallPlayerWarp(index, 31, 9, 30)
    End Select
    Exit Sub
  2. ok i just wrote the script but it will not work can someone show me what i screwed up?

    Case 3
            Random = Rand(0,2)
            Select Random Case
                Case 0
                CallPlayerWarp(index, 31, 9, 0)

                Case 1
                CallPlayerWarp(index, 31, 30, 15)

                Case 2
                CallPlayerWarp(index, 31, 9, 30)
            End Select
            End if
            Exit Sub
  3. ok i just wrote the script but it will not work can someone show me what i screwed up?

    Case 3
    Random = Rand(0,2)
    Select Random Case
    Case 0
    CallPlayerWarp(index, 31, 9, 0)

    Case 1
    CallPlayerWarp(index, 31, 30, 15)

    Case 2
    CallPlayerWarp(index, 31, 9, 30)
    End Select
    End if
    Exit Sub
  4. @Riney:

    > Scripted tile
    >
    > ```
    > Case W/e
    >
    > Random = Rand(0,5)
    >
    > Select Case Random
    >
    > Case 1
    > Call PlayerWarp(Index, Map X, Y)
    >
    > Case 2
    >
    > ...
    >
    > End Select
    > ```
    > See where this is going?

    wait, you can make a case inside of a case?
  5. i didnt know where to place this question but for some reason the gui i want to place on the main menu wont work, here is the picture. i have it called MainMenu in the gui folder

    ![](http://i163.photobucket.com/albums/t283/quary12/MainMenu.jpg)

    any reason it wont work?
×
×
  • Create New...