• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

General Game Dev Help and Requests

Status
Not open for further replies.

Blizzy

me = Scripter.new("Noob")
  • 492
    Posts
    19
    Years
    cigarettes said:
    On topic i need help cause i need some code to make a elevator system help wpould be appreciated :D

    ----switches----
    make a couple switches example "floor 1, floor 2, floor 3"
    then make a choise .
    if choisen floor 1, set switch "floor 1" on, switch 2 & 3 off
    if choisen floor 2, set switch "floor 2" on, switch 1 & 3 off
    if choisen floor 3, set switch "floor 3" on, switch 1 & 2 off

    ----now for teleporting----
    make a fork/branch condition
    if switch "floor 1" = on > teleport to floor 1
    if switch "floor 2" = on > teleport to floor 2
    if switch "floor 3" = on > teleport to floor 3
    ---------------------------------------------------------
    ----variables-----(easier for high buildings)
    make 1 variable, "elevator"
    then a choise.
    if choisen floor 1, variable "elevator" set 1
    if choisen floor 2, variable "elevator" set 2
    if choisen floor 3, variable "elevator" set 3

    ----teleporting----
    make a fork/branch condition
    if variable "elevator" = 1 > teleport to floor 1
    if variable "elevator" = 2 > teleport to floor 2
    if variable "elevator" = 3 > teleport to floor 3

    hope this helps :D
     
    Last edited:

    Aisu K.

    SHOWMEYAMOVES
  • 1,131
    Posts
    19
    Years
    • Age 33
    • Home
    • Seen Oct 6, 2010
    I need help. Can anyome make an RM2K chipset out of the attached image?
     

    Blizzy

    me = Scripter.new("Noob")
  • 492
    Posts
    19
    Years
    i need a bit of help with my CMS
    (coded with ruby)
    i got a screen of it
    General Game Dev Help and Requests

    the problem is the black background,
    can some1 help me filtering it away?
    so you can see the hero and the map
     
  • 157
    Posts
    19
    Years
    Can someone spice this up a bit for me?

    It's a mood meter for my game and it looks a little dull...
    feel free to add in any emotions if you want to, like perhaps a neutral one, but make sure they run in order from the saddest to the happiest to the most excited or angriest.

    Also can someone fix up my title screen and make it look better?

    just one more thing, can someone make this picture work in rm2k3 without having the colours screw up?
     
    Last edited:
  • 157
    Posts
    19
    Years
    thanks a bunch, now i can finish my energy meter!

    uhhh, it worked but when i tried to do the rest of the pictures they didn't work, if you have the spare time would you mind doing these ones?
     
    Last edited:
  • 1,279
    Posts
    20
    Years
    Here I also added some things into your title.. I am not much good with graphics so I couldn't impove the grass or anything but here you go!
     
  • 1,279
    Posts
    20
    Years
    Hey what the heck, here is your mood meter a little bit better.. I couldn't get it 256 colours without screwing up the colours but I'm sure some image genius could get that done for you :)
     

    freakboy

    Nubbie
  • 84
    Posts
    20
    Years
    hey Auriok, what do you think of this titlescreen,
    i've changed the grass for you. (the grass is from the intro scene)
    hope you like it! :D
     
    Last edited:

    Blizzy

    me = Scripter.new("Noob")
  • 492
    Posts
    19
    Years
    -virtual- said:
    yeah i did, but it's not that....
    i need a script for displaying the map on the background...

    ok, i got the transperant fixed :D :P ;)
    here's a picture, plz rate it
    General Game Dev Help and Requests


    no pictures used!, except for the windowskin,
    all done with scripting!
    (the menu is not 100% done)
     
    Status
    Not open for further replies.
    Back
    Top