Initial upload
Initial upload
This commit is contained in:
24
_module/nss/aw_runecheck.nss
Normal file
24
_module/nss/aw_runecheck.nss
Normal file
@@ -0,0 +1,24 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName aw_runecheck
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 11/27/2003 12:00:23 PM
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_tool"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Make sure the PC speaker has these items in their inventory
|
||||
if(!HasItem(GetPCSpeaker(), "AWRUNE001"))
|
||||
return FALSE;
|
||||
if(!HasItem(GetPCSpeaker(), "AWRUNE002"))
|
||||
return FALSE;
|
||||
if(!HasItem(GetPCSpeaker(), "AWRUNE003"))
|
||||
return FALSE;
|
||||
if(!HasItem(GetPCSpeaker(), "AWRUNE004"))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user