![]() |
#1 |
Prophet
Join Date: Apr 2008
Posts: 2,914
![]() |
[3.3.x] Cannot suicide characters
The suicide command doesn't work in 3.3.x due to the fact that keypresses were changed to a structure: "code" + "mods".
Code:
/* Special Verification for suicide */ prt("Please verify SUICIDE by typing the '@' sign: ", 0, 0); flush(); ch = inkey(); prt("", 0, 0); if (ch.code != '@') return;
__________________
PWMAngband variant maintainer - check http://powerwyrm.monsite-orange.fr (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant! |
![]() |
![]() |
![]() |
#2 |
Angband Devteam member
|
Suicide works fine for me in 3.3.2 (32-bit Linux, US keyboard), so it's clearly platform-specific to some extent. Added to #1460.
__________________
"3.4 is much better than 3.1, 3.2 or 3.3. It still is easier than 3.0.9, but it is more convenient to play without being ridiculously easy, so it is my new favorite of the versions." - Timo Pietila |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Suicide mission? | miyazaki | AAR | 12 | June 23, 2010 01:44 |
Replacing #s with block characters | Deranged Archivist | Vanilla | 2 | September 28, 2009 18:57 |
lost both my characters to broken save file? | leopena | Variants | 1 | June 21, 2009 11:44 |
Would you suicide this guy? | Dragonboneman | Vanilla | 13 | October 30, 2008 09:05 |
Terrain changes visible outside characters sight -- Feature or Bug?? | Elsairon | Vanilla | 3 | June 12, 2007 13:04 |