#how do i count dmg that ppl do to a mob?
1 messages · Page 1 of 1 (latest)
Mhmm. I recommend metadata rather than a var. as its already player specific, and wont clog up your csv as a bunch of variables would
Metadata is basically the same thing as a variable, except it needs a holder (player/entity), and is deleted over a restart
skUnity Forums
Metadata Tags
Introduction
Metadata tags are a form of temporary value storage, where you tie a value to a block or entity and that value will be wiped when the server restarts. This is convenient for holding information about a entity or block where you don't have to worry about removing it...
set x to x + d