blob: 7330ba9d3be819478f5f88c0a5abef678cf50ff3 [file] [log] [blame]
Zesstra18626972017-01-31 10:38:27 +01001AddDrink()
2==========
Arathornff47dd02020-08-17 18:05:04 +02003::
4
5 void AddDrink(string nameOfDrink, mixed ids, int price, int heal,
6 int strength, int soak, mixed myFunction);
7
Zesstra18626972017-01-31 10:38:27 +01008
9BEMERKUNGEN
10-----------
11::
12
Arathornff47dd02020-08-17 18:05:04 +020013 Die Funktion AddDrink() sollte NICHT MEHR BENUTZT werden.
14 Bitte AddToMenu() verwenden.
15
16 Bestehende Aufrufe koennen wie folgt ersetzt werden:
17
18 AddToMenu(nameOfDrink, ids,
19 ([ P_VALUE : price, P_DRINK : soak, P_ALCOHOL : strength,
20 P_HP : heal/2, P_SP : heal/2 ]),
21 min(heal/2, 5), myFunction, 0, 0, 0);
22
Zesstra18626972017-01-31 10:38:27 +010023
24SIEHE AUCH
25----------
26::
27
Arathornff47dd02020-08-17 18:05:04 +020028 AddToMenu(), RemoveFromMenu(), AddFood()
Zesstra18626972017-01-31 10:38:27 +010029
30
31Last modified: Fri Mar 03 13:23:00 2000 by Paracelsus
32