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