[Ohrrpgce] [Bug 64] Name is not remembered when hero is removed
bugzilla-daemon at cyberverse.com
bugzilla-daemon at cyberverse.com
Tue May 17 14:48:56 PDT 2005
http://HamsterRepublic.com/bugzilla/show_bug.cgi?id=64
Bob at HamsterRepublic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From Bob at HamsterRepublic.com 2005-05-17 14:48 -------
The name gets erased when the hero gets erased. Look in the embedtext sub in
yetmore.bas , the ${H#} should only ever work if there is at least one copy of
the hero in the party.
CASE "H": '--Hero name by ID
'--defaults blank if not found
insert$ = ""
where = findhero(arg + 1, 0, 40, 1)
IF where >= 0 THEN
insert$ = name$(where)
END IF
The only way to change this behaviour would be to add a special data structure
to hold a cache of deleted hero names, which I think would be unnecisary.
If you want the hero's name to be remembered, you must not delete the hero. Swap
out and lock instead.
Marking wontfix
--
Configure bugmail: http://HamsterRepublic.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Ohrrpgce
mailing list