10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
|
// Potion of Barkskin recipe
|
||
|
void main()
|
||
|
{
|
||
|
object oMe=OBJECT_SELF;
|
||
|
SetLocalInt(oMe,"nALCCost",8);
|
||
|
SetLocalInt(oMe,"nALCXP",1);
|
||
|
SetLocalString(oMe,"sALCRes","nw_it_mpotion005");
|
||
|
SetLocalString(oMe,"sALCCom","NA");
|
||
|
}
|