Zesstra | 1862697 | 2017-01-31 10:38:27 +0100 | [diff] [blame] | 1 | P_SECOND |
| 2 | ======== |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | :: |
| 7 | |
| 8 | P_SECOND "second" |
| 9 | |
| 10 | DEFINIERT IN |
| 11 | ------------ |
| 12 | :: |
| 13 | |
| 14 | /sys/player/base.h |
| 15 | |
| 16 | BESCHREIBUNG |
| 17 | ------------ |
| 18 | :: |
| 19 | |
| 20 | Wenn diese Prop gesetzt ist, ist der Spieler ein Zweitie. Inhalt der |
| 21 | Prop ist ein String mit dem (lowercase) Namen des Ersties. |
| 22 | |
| 23 | BEISPIEL |
| 24 | -------- |
| 25 | :: |
| 26 | |
| 27 | if (this_player()->QueryProp(P_SECOND)=="notstrom") { |
| 28 | tell_object(this_player(), "Nicht alles aufessen!\n"); |
| 29 | } |
| 30 | |
| 31 | SIEHE AUCH |
| 32 | ---------- |
| 33 | :: |
| 34 | |
| 35 | Properties: P_SECOND_MARK |
| 36 | Sonstiges: /secure/zweities.c |
| 37 | |
| 38 | |
| 39 | Last modified: 18-Jun-2015, Arathorn. |
| 40 | |