Search results

  1. S

    stop fight outside of visible screen

    Sorry for the double post, but maybe I haven't been able to express myself well, the player is half offscreen. I would like to know how to fix this.
  2. S

    Print Text on screen during gameplay

    I tested this way and works well anim follow1 loop 0 offset 0 30 delay 5 frame data/chars/misc/empty.gif @cmd settextobj 0 20 90 3 -1 "Objectives:" openborvariant("elapsed_time")+4000 @cmd settextobj 1 20 110 9 -1 "-_Defeat_all_enemies!"...
  3. S

    stop fight outside of visible screen

    In openbor, Is it necessary that fights can take place outside the visible scene? It happen if I play in full-screen mode, 960x540, when some entity use slamgrab or some combo close to edge of screen. It would be really nice to know how to stop that. Maybe a range with limit to center of screen...
  4. S

    Solved A script to stop mprate while the char is running

    I tested this way and it works :D
  5. S

    Player using backwalk with range min x

    I would like to know if it is possible to use in my player char the anim backwalk When I press backwards, while facing enemy, but without set facing 1 to my player. This move would be only possible with range min x (close to enemy). The idea is prevent the player turning his back when I press...
  6. S

    How To unlock a character only if the game is finished with another specific character?

    # Follow called at specific stage at end of Hulk story But it doesn' work, any help?
  7. S

    Entity with bglayer water effect

    I will try. Thank you!
  8. S

    Entity with bglayer water effect

    Hello everybody. I would like to know if it is possible to create an entity with the same water movement effect that exists in Layer/fglayer. So I was having a hard time using the same water image, putting in some kind of drawnmethod, and at some point that water would die using lifespan, which...
  9. S

    unlock a secret character finishing with specific player

    Is it possible to unlock a secret character if I finish game with a specific player? Ex Finish game with Ryu, unlock Evil Ryu.     Finish game with ken, ulock Evil Ken. ThankYou.
  10. S

    Is possible activate the runing without set chase?

    Hello. I have one question: Is possible to activate  the "runing" (to a enemy) without he use "chase" on his header? All the best!
  11. S

    Why knockdowncount doesn't work by script?

    Hello! Just a curiosity, I was testing scripts on level, each one looks work well... spawn Ryu_Evil @script void main() { void self = getlocalvar("self"); performattack(self, openborconstant("ANI_JUMP"));     tossentity(self, 0, 3, 0);   changeentityproperty(self, "maxmp", 1);  ...
  12. S

    Why knockdowncount does not work on script?

    Hello! Just a curiosity, I was testing scripts on level, each one looks work well... spawn Ryu_Evil @script void main() { void self = getlocalvar("self"); performattack(self, openborconstant("ANI_JUMP"));     tossentity(self, 0, 3, 0);   changeentityproperty(self, "maxmp", 1);  ...
  13. S

    Include or Import?

    #include "data/scripts/ilu.h" #import  "data/scripts/library/ani0020.h" Hi, I would like to know what is the difference between "include" or "import" used on .C files? Another question. There is diference  between ".h" or ".C" files? Or are letters just a form of organization? Alll the best.
  14. S

    Font Maker

    Hello. There is some kind of "Font Maker" to convert windows fonts to openbor?
Back
Top Bottom