Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

event trigger issue #12

Closed
GuriK opened this issue Sep 6, 2011 · 2 comments
Closed

event trigger issue #12

GuriK opened this issue Sep 6, 2011 · 2 comments

Comments

@GuriK
Copy link

GuriK commented Sep 6, 2011

Hello.
I'm working on a project with RPG-JS and i have an issue with event.
Here is my event code:

[
    {
      "x": 11,
      "y": 12,
      "id": "1",
      "name": "EV001"
    },
    [
        {


            "trigger": "contact",
            "direction": "bottom",
            "frequence": 16,
            "type": "fixed",
            "through": false,
            "stop_animation": false,
            "no_animation": true,
            "direction_fix": true,
            "alwaysOnTop": false,
            "speed": 4,
            "commands": [
              "SHOW_TEXT: {'text': 'xzcz'}"
            ]
        }
    ]
]

Browser: Mozilla Firefox 6.0
OS: GNU/Linux (Ubuntu 11.04)

The problem is when player contacts event the text won't disappear with space or enter key.
Is this RPG-JS problem or something is wrong with my event code ?

@RSamaium
Copy link
Owner

RSamaium commented Sep 6, 2011

Hi,

I updated the code. Tell me if you still have the problem.

@GuriK
Copy link
Author

GuriK commented Sep 6, 2011

Thanks ... It works now ...

@GuriK GuriK closed this as completed Sep 6, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants