Author Topic: VCE Help.  (Read 1733 times)

I made a pack for RPG's if thats what you mean.

It includes ranked players for
Armor
Speed
Jump Height
Fist Damage Types

Since you said you needed armor, the armor players in it are
-weak -50 HP
-strong -200 HP
-super -300 HP
-extreme -400 HP

the "medium" armor would be the standard no jet player
Note: All these armor players are NO JET

http://forum.blockland.us/index.php?topic=163072.0

I made a pack for RPG's if thats what you mean.

It includes ranked players for
Armor
Speed
Jump Height
Fist Damage Types

Since you said you needed armor, the armor players in it are
-weak -50 HP
-strong -200 HP
-super -300 HP
-extreme -400 HP

the "medium" armor would be the standard no jet player
Note: All these armor players are NO JET

http://forum.blockland.us/index.php?topic=163072.0
No,Those have so much of a boost in Health.
I'm not going too download your mod becuase youve told to for the third time,
And there not editable,just boost ups from 100.

What you could do, is have a loop on the player. It checks to see if the players life is less than 100, and stores how much damage the player has taken, then heals the player. You can subtract the damage taken variable from another custom made variable that the player has, newHealth for example, and then you can have another check to see if that newHealth variable is below zero. If it is, kill the player.

You could also instead set the players health to 50, then you can use healing items to have the player heal. Getting a custom playertype with massive amounts of life, and setting the players health to the halfway point gives you extra leeway between healing and damage.

See if you can try to implement this on your own, just post here again if you can't figure it out.
Thanks for your help,but could you break it down into event coding?
I get confused alot,and i'm still not to good with VCE,so right now i need event coding,Thanks.

Thanks for your help,but could you break it down into event coding?
I get confused alot,and i'm still not to good with VCE,so right now i need event coding,Thanks.
I'll do that this weekend. I'm a tad busy doing a few things this week.

I'll do that this weekend. I'm a tad busy doing a few things this week.
Okay.Thanks.

Now i need too find out:How too make Variables player only.
So if i buy a house,no one can buy anymore on the inside,or a door player only.
Thanks.

make a variable set to their ID, then compair when they're using stuff

make a variable set to their ID, then compair when they're using stuff
So,Like i said i don't understand much things like that,
I mean its not very easy as you can see i'm still not very good with Vce...


set a variable on the brick (playerid?) to be <var:cl:bl_id>, then later when checking if it's them, compair playerid to <var:cl:bl_id> to see if they're the same