Blockland Forums > Help
VCE Help.
Obliviongate20:
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
Obliviongate20:
No-edit: I accidentally clicked post instead of spell check.
But would it be around
--- Code: ---OnRPGAxehit > Self > VCE_IfVariable [<var:br:HP> = = 12
--- End code ---
?
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?
Obliviongate20:
And by actions i mean like the variables for the players Jumping, Crouching, Moving, etc.
tkepahama:
--- Quote from: Obliviongate20 on January 07, 2012, 04:55:45 PM ---
--- Code: ---OnRPGAxehit > Self > VCE_IfVariable [<var:br:HP> = = 12
--- End code ---
?
--- End quote ---
--- Code: ---OnRPGAxehit > Self > VCE_ifVariable [hp] =/= [12]
--- End code ---
If that is what you are trying to do.
You only do the <var?:?> in self > VCE_IfValue that's only where it works.
Obliviongate20:
--- Quote from: tkepahama on January 07, 2012, 05:17:40 PM ---
--- Code: ---OnRPGAxehit > Self > VCE_ifVariable [hp] =/= [12]
--- End code ---
If that is what you are trying to do.
You only do the <var?:?> in self > VCE_IfValue that's only where it works.
--- End quote ---
Huh. Could you show me the Brick HP event?
If so then i just have to save the events.