MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | NAME: |
| 2 | P_SECOND "second" |
| 3 | |
| 4 | DEFINIERT IN: |
| 5 | /sys/player/base.h |
| 6 | |
| 7 | BESCHREIBUNG: |
| 8 | Wenn diese Prop gesetzt ist, ist der Spieler ein Zweitie. Inhalt der |
| 9 | Prop ist ein String mit dem (lowercase) Namen des Ersties. |
| 10 | |
| 11 | BEISPIEL: |
| 12 | if (this_player()->QueryProp(P_SECOND)=="notstrom") { |
| 13 | tell_object(this_player(), "Nicht alles aufessen!\n"); |
| 14 | } |
| 15 | |
| 16 | SIEHE AUCH: |
| 17 | Properties: P_SECOND_MARK |
| 18 | Sonstiges: /secure/zweities.c |
| 19 | |
| 20 | ---------------------------------------------------------------------------- |
| 21 | Last modified: 18-Jun-2015, Arathorn. |