Author Topic: Heart Container  (Read 950 times)

    Heart Container

    • Sets health to 100
    • Walk through to acquire/use (Works like T+T2 ammo)
    • Item respawn time preferences?



    [/list]
    « Last Edit: May 12, 2011, 02:25:01 AM by Wesley Williams »


    OnPlayerTouch>Player>AddHealth>100
    ?

    Adding health would most likely kill the player... Setting health is better.

    Adding health would most likely kill the player...
    what the forget are you talking about

    Well last time i had an AddHealth brick it killed each player whom got 100 health added to them.

    Well last time i had an AddHealth brick it killed each player whom got 100 health added to them.

    You obviously had a negative symbol in front of that 100 you had there.

    ...yup, most likely.

    So pill item script with a heart container model? K, but do we really need another pill item copy?


    Also the heart container gives you an added heart icon, you are thinking of the normal heart

    Maybe I should be more specific...

    Updated OP - I really wanted it to work like T+T2 ammo where you walk through it and it sets your health to 100, and takes a minute or so to "respawn".
    « Last Edit: May 12, 2011, 02:26:50 AM by Wesley Williams »

    Bump.

    Could someone script this? It would be very helpful to me.

    Could someone script this? It would be very helpful to me.
    You don't need a script for this, make it a brick.
    Then it's just this:
    • [0] OnPlayerTouch -> Player -> SetHealth [100]
    • [0] OnPlayerTouch -> Self -> Dissappear [5]