blob: 74e1fb3fcc62f00ccc08e4fc52c5292c27936571 [file] [log] [blame]
Zesstra18626972017-01-31 10:38:27 +01001P_SECOND
2========
3
4NAME
5----
6::
7
8 P_SECOND "second"
9
10DEFINIERT IN
11------------
12::
13
14 /sys/player/base.h
15
16BESCHREIBUNG
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
23BEISPIEL
24--------
25::
26
27 if (this_player()->QueryProp(P_SECOND)=="notstrom") {
28 tell_object(this_player(), "Nicht alles aufessen!\n");
29 }
30
31SIEHE AUCH
32----------
33::
34
35 Properties: P_SECOND_MARK
36 Sonstiges: /secure/zweities.c
37
38
39Last modified: 18-Jun-2015, Arathorn.
40