blob: 4aa835ad860e03c0216f15c12372ff3a90980635 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001NAME:
2 P_SECOND "second"
3
4DEFINIERT IN:
5 /sys/player/base.h
6
7BESCHREIBUNG:
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
11BEISPIEL:
12 if (this_player()->QueryProp(P_SECOND)=="notstrom") {
13 tell_object(this_player(), "Nicht alles aufessen!\n");
14 }
15
16SIEHE AUCH:
17 Properties: P_SECOND_MARK
18 Sonstiges: /secure/zweities.c
19
20----------------------------------------------------------------------------
21Last modified: 18-Jun-2015, Arathorn.