I need help...kinda a newb

Discussion in 'Visual Basic ( VB )' started by Ches, Feb 1, 2007.

  1. Ches

    Ches New Member

    Joined:
    Jan 31, 2007
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    0
    OK So I'm in a small rut in this rpg game I'm making... I need to know how to stats coding in a massive dim........Such as like
    Dim BigIF as ????
    BigIF=If this then If this1 then If this2 then If this3 then If this4 then If this then Do this.





    Thanxs!
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Try giving better title for good responses. Read [thread=168]Before you make a query[/thread].
     
  3. Darkness1337

    Darkness1337 New Member

    Joined:
    Mar 15, 2007
    Messages:
    130
    Likes Received:
    1
    Trophy Points:
    0
    you mean something like!!

    e.g ~

    Code:
    Dim BigIf as Booleen
    
    BigIf = Something (object)
    
    If BigIf = True then
       Me = explode 
    Else
       If BigIf = False then
          You = Explode
       End if
    End if
    lol :D
     
    Last edited by a moderator: May 9, 2007
  4. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    [COMMENT]Have the code blocks when you have some code snippets in the posts[/COMMeNT]
     
  5. Darkness1337

    Darkness1337 New Member

    Joined:
    Mar 15, 2007
    Messages:
    130
    Likes Received:
    1
    Trophy Points:
    0
    ah ok: thanx , a didn't know it b4!

    Code:
    test
    
    :D
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice