Results 1 to 4 of 4

Thread: Help me with a rpg!!!

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Posts
    20

    Post

    it's not working

  2. #2
    Guest

    Post

    1) nobody has to help you NOW, or later for that matter, if you post your questions 5 times on every message board.

    2)
    Public iPower as Integer
    will make iPower accessible to all modules and forms in your program. (You have to declare it in a module.)
    Otherwise I don't see a reason why it doesn't work. Try using debug mode and adding a watch on this variable to see exactly what is happening to it.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Posts
    20

    Post

    You have to help me now!!!

    if you have 100 power then you win a enemy
    and you get more power but how do i get the
    new power in a other form??

  4. #4
    Lively Member Ishamel's Avatar
    Join Date
    Nov 1999
    Location
    Edinburgh, Scotland
    Posts
    112

    Post

    You could always make the variable Global.

    Place this in the Declarations section of a module.

    Code:
    Public iPower as Integer
    ------------------
    Ishamel
    [email protected]

    How can I tell you I love you when you are sitting on my face?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width