RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Dying Script

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 89
Developer
I need a script that when you die, instead of losing you return to a base town and loose half or 1/3 of your money.
<3 phenom
<3 Hypnotic

******
Rep:
Level 91
http://www.crankeye.com/forums/viewtopic.php?t=4442

side note: made in the legal version

in the windowbattlelose part note those lines:
    self.contents.font.name = $defaultfonttype  # "Battle Result" window font
    self.contents.font.size = $defaultfontsize

if you use p.knights they will error you.
change them to:
self.contents.font.name = "Arial" (or whatever other font you like)
self.contents.font.size = 30 (or any other number)
holy shit my sig was big!

**
Rep:
Level 89
Developer
Can you say the line? :P
<3 phenom
<3 Hypnotic