Initial Upload
Initial Upload
This commit is contained in:
15
_module/nss/hamle_royalseal.nss
Normal file
15
_module/nss/hamle_royalseal.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
/* Script generated by
|
||||
DM Kaine
|
||||
|
||||
For download info, please visit:
|
||||
http://www.kaineonline.net */
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if (GetTag(GetItemInSlot(INVENTORY_SLOT_NECK, oPC))=="sarumroyalseal") return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user