HoS_PRC8/_mod/_module/nss/mg_scr_imbinvsit.nss

10 lines
251 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
// 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");
}