Ring Monitors worth 100 points?

Status
Not open for further replies.

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.
 
It's almost as if you can't normally interact with ring boxes by touching them, isn't it?

Monitors pop when they're popped, use the MobjDeath hook instead of TouchSpecial or something.
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top