Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
  • 0
Sign in to follow this  
Guest Hellfire Dragon

Something is bugging me

Question

Guest Hellfire Dragon

I was just wondering, what does the button input and button input processing do? I looked everywhere and I can't see it being answered anywhere, although it is asked alot.

So does anyone know?

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Ah, that stores what button you pressed in a variable.

For example, if you pressed escape it'd store a value of 12 (Or maybe it was 13..?) in a variable.

 

It goes hand in hand with a conditional branch.

One of my tutorials talk about it, I think. I'll post it, and the rest of them shortly.

Share this post


Link to post
Share on other sites
  • 0
Guest Hellfire Dragon

Okay thanks. But now I just came arcross another problem, is it possible to set something so it can only activate when your actor is at a certain level?

Share this post


Link to post
Share on other sites
  • 0
Guest Hellfire Dragon

Yeah I looked at that, there's no option for characters level

Share this post


Link to post
Share on other sites
  • 0

Ah, I just checked.

Then if that's the case, your going to need to save a hero's level in a variable.

 

Just go to variable operations, choose your variable, select "Set", under the operand select Hero, the hero you want, and his attribute, which would be level.

 

That should get it done.

 

Then use a conditional branch.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...