Initial upload
Initial upload
This commit is contained in:
19
_module/nss/at_tke_scrolls.nss
Normal file
19
_module/nss/at_tke_scrolls.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
object oItem;
|
||||
oItem = GetItemPossessedBy(oPC, "SCROLLOFTRUTH");
|
||||
|
||||
if (GetIsObjectValid(oItem))
|
||||
DestroyObject(oItem);
|
||||
|
||||
oItem = GetItemPossessedBy(oPC, "SCROLLOFKNOWLEDGE");
|
||||
|
||||
if (GetIsObjectValid(oItem))
|
||||
DestroyObject(oItem);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user