MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 1 | |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 2 | P_ACTUAL_NOTIFY_FAIL |
| 3 | ******************** |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 4 | |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 5 | ********************** VERALTETE PROPERTY |
| 6 | ********************************* |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 7 | |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 8 | |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 9 | NAME |
| 10 | ==== |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 11 | |
Zesstra | 953f997 | 2017-02-18 15:37:36 +0100 | [diff] [blame] | 12 | P_ACTUAL_NOTIFY_FAIL "actual_notify_fail" |
| 13 | |
| 14 | |
| 15 | DEFINIERT IN |
| 16 | ============ |
| 17 | |
| 18 | /sys/player.h |
| 19 | |
| 20 | |
| 21 | ACHTUNG |
| 22 | ======= |
| 23 | |
| 24 | Diese Prop wird nicht mehr gesetzt (und auch nicht mehr abgefragt), da LD |
| 25 | eine efun hat, um das Objekt zu ermitteln, was als letztes ein |
| 26 | notify_fail() gesetzt hat, ein Speichern im Spieler also voellig |
| 27 | ueberfluessig ist. |
| 28 | |
| 29 | |
| 30 | BESCHREIBUNG |
| 31 | ============ |
| 32 | |
| 33 | Ist im Spielerobjekt gesetzt und enthaelt das Objekt, welches zuletzt |
| 34 | eine Fehlermeldung mit notify_fail()/_notify_fail() erfolgreich |
| 35 | waehrend des aktuellen Kommandos abgespeichert hat. |
| 36 | |
| 37 | |
| 38 | BEMERKUNGEN |
| 39 | =========== |
| 40 | |
| 41 | Dient dazu, bei _notify_fail() zu ueberpruefen, ob schon vorher eine |
| 42 | Fehlermeldung gesetzt wurde. |
| 43 | |
| 44 | |
| 45 | SIEHE AUCH |
| 46 | ========== |
| 47 | |
| 48 | AddCmd(), add_action() |
| 49 | notify_fail(), _notify_fail() |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 50 | |
| 51 | 10.03.2007, Zesstra |