10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
// scroll of imbue invisibility sight recipe
|
|
void main()
|
|
{
|
|
object oMe=OBJECT_SELF;
|
|
SetLocalInt(oMe,"nALCCost",1500);
|
|
SetLocalInt(oMe,"nALCXP",150);
|
|
SetLocalString(oMe,"sALCRes","scrollofimbuingi");
|
|
SetLocalString(oMe,"sALCCom","NA");
|
|
}
|