RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Dying Script

Started by VampireHSS, February 05, 2006, 01:55:17 PM

0 Members and 1 Guest are viewing this topic.

VampireHSS

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

blueXx

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!

VampireHSS

Can you say the line? :P
<3 phenom
<3 Hypnotic