Search results

  1. S

    Add the partner menu of streets of rage 2 by Kratus in all OpenBOR games.

    @Kratus about the simple bars (health and mp) I resolved. As soon as possible I put the screenshot. Update: @Kratus I modified the script: I added the mpbar also npcs and of course declaring the script in the header file of every npc (ondrawscript...
  2. S

    Add the partner menu of streets of rage 2 by Kratus in all OpenBOR games.

    Yes, I would like to have mp bar displayed also for npcs, both simple (like RPG games, I put your script above about lifebar) that is displayed exactly below that one of lifebar and full hud also here exactly below the lifebar like you can see to the player at the screenshot. :)
  3. S

    Add the partner menu of streets of rage 2 by Kratus in all OpenBOR games.

    Of course. Sorry and thank you.
  4. S

    e{#}life for npcs

    Thank you.
  5. S

    Add the partner menu of streets of rage 2 by Kratus in all OpenBOR games.

    Hi @Kratus , I'd like to have also the bar mp exactly below that one of health for npcs to this script. Could you edit it? void main() {//Draw life bar in the screen, entity binded like RPG games void self = getlocalvar("self"); if(openborvariant("in_level")){ //IN ANY LEVEL...
  6. S

    e{#}life for npcs

    I know very little about scripts, could you do it? Could you tell me how to learn how to create them?
  7. S

    A question about the movement of AI.

    Thank you.
  8. S

    Adding NPC through the player

    Since there is 'parent' in the script, I thought .
  9. S

    Adding NPC through the player

    I have seen that also with this script sometimes npcs, when there are no enemies, in the level they change from follow to chase. They come back to follow when you start next new level.
  10. S

    A question about the movement of AI.

    Hi @Bloodbane, a doubt has arisen in my mind: the script below should also be put in the weapons' anim idle?
  11. S

    e{#}life for npcs

    Thank you.
  12. S

    e{#}life for npcs

    I got the wrong section, I wanted to put it in OpenBOR, can I do that?
  13. S

    e{#}life for npcs

    Hi, is it possible to display the e{#}life also when the enemy is hit by npcs? Thank you in advance.
  14. S

    Solved To play an animation when the player gets a life to achieved score

    Hi, I would like to know how to play an animation when the player gets a life having achieved a certain score like Cadillacs and Dinosaurs. Thank you in advance.
  15. S

    Adding NPC through the player

    Thank you very much!!! I had to deactivate the line Plives = Plives - 1 because it subtracted 2 lives instead of one and I modified the script so that with one life subtracted, all 4 allies are spawned. :)
  16. S

    In Progress Street Fighter 89 The Final Fight by Machok

    What a great game!!!
  17. S

    Adding NPC through the player

    I made several edits to the script but without success and the last one has been this below Could you think about it?
  18. S

    A question about the movement of AI.

    Thank you.
  19. S

    Adding NPC through the player

    @Bloodbane is it possible to make the script below so that when npcs are spawned the player is subtracted 1 life?
Back
Top Bottom