Author Topic: VCE Help.  (Read 578 times)

Hey, I'm trying to create an VCE RPG. Well right now i cannot figure out core parts of an
RPG. Here's what i would like help for:

1.Creating a quest.

So far, The quest system is very buggy. You can get the reward from the quest by just clicking twice, And it says two lines of chat each. The line saying you didn't find the item, it also says when you initiate the quest. The second time it says the line after you beat the quest, and the line when you beat it.

2.Brick HP

I can't figure this out, And i would like help.

3. Variable options

Like the Action vars, Brick vars etc.


Thanks for your help!

Uh, we cannot help if you don't post the events itself.

I have do idea what you just said.

What's your question?

I think VCE has a user manual somewhere

Are you using IF Statements and OnVariable_Update?

Yes, I have read the manual. That's how i learned basic VCE, And i don't know at all how to make these events, Would an event for Brick HP be somewere around

No-edit: I accidentally clicked post instead of spell check.

But would it be around

Code: [Select]
OnRPGAxehit > Self > VCE_IfVariable [<var:br:HP> = = 12?

Sorry if that doesn't help, I would need to see the event first.

And the quest system i'm working on is around.. Well when you click the bot, Two lines of chat come up. Saying you have not found the item and you've activated the quest.

Also you only have to click twice to get the reward, I can start up a server for more direct help?

And by actions i mean like the variables for the players Jumping, Crouching, Moving, etc.

Code: [Select]
OnRPGAxehit > Self > VCE_IfVariable [<var:br:HP> = = 12?
Code: [Select]
OnRPGAxehit > Self > VCE_ifVariable [hp] =/= [12]If that is what you are trying to do.

You only do the <var?:?> in self > VCE_IfValue that's only where it works.

Code: [Select]
OnRPGAxehit > Self > VCE_ifVariable [hp] =/= [12]If that is what you are trying to do.

You only do the <var?:?> in self > VCE_IfValue that's only where it works.

Huh. Could you show me the Brick HP event?

If so then i just have to save the events.

I have some video tutorials for some of this stuff on YouTube.
http://www.youtube.com/blocklandhelp