Page 1 of 1

etpro lua snapshot beta 3

Posted: Tue Jan 03, 2006 12:27 pm
by bani
etpro lua snapshot beta 3

this is a test version of the current development version of etpro lua support.

download it here.

this test release has the version number "3.2.5" and will generate pk3 warnings. this is intentional.

bugfixes
none

new callbacks
et_UpgradeSkill( cno, skill )
et_SetPlayerSkill( cno, skill )
<dd>return -1 to override (abort) the qagame function, anything else to "passthrough"
<dd>callback may modify skills (or do anything else it wants) during passthrough.

new gentity fields added
client.inactivityTime
client.inactivityWarning
sess.skill (8 int array)
sess.rank
sess.medals (8 int array)

Posted: Tue Jan 03, 2006 1:51 pm
by gotenks
i wub you bani Image Image

the 8 int array... do they start at 1 or 0