Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
PenguinEncounter (talk | contribs)
No edit summary
Tag: 2017 source edit
PenguinEncounter (talk | contribs)
No edit summary
Tag: 2017 source edit
Line 1: Line 1:
== <code>events.DAMAGE</code>{{User:PenguinEncounter/Template:upcoming|0.1.5}} ==
== <code>events.DAMAGE</code>{{User:PenguinEncounter/Template:Upcoming|0.1.5}} ==


Fires when the player takes damage.
Fires when the player takes damage.

Revision as of 23:43, 25 September 2024

events.DAMAGE[upcoming: 0.1.5]

Fires when the player takes damage.

function events.DAMAGE( --[[ i don't know the implementation :P ]] )
    print "I took damage!!"    
end