Theqmayn
Member
Is there a way to make ring monitors worth 100 points if you collect them? I tried the following code:
addHook("TouchSpecial", function(mo, toucher) P_AddPlayerScore(toucher.player, 10) end, MT_RING)
addHook("TouchSpecial", function(mo, toucher) P_AddPlayerScore(toucher.player, 100) end, MT_SUPERRINGBOX)
But only the plus 10 points per ring part works.
addHook("TouchSpecial", function(mo, toucher) P_AddPlayerScore(toucher.player, 10) end, MT_RING)
addHook("TouchSpecial", function(mo, toucher) P_AddPlayerScore(toucher.player, 100) end, MT_SUPERRINGBOX)
But only the plus 10 points per ring part works.