Initial Upload
Initial Upload
This commit is contained in:
26
_module/nss/element_ck_gems2.nss
Normal file
26
_module/nss/element_ck_gems2.nss
Normal file
@@ -0,0 +1,26 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName element_ck_gems1
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 22/11/2003 22:24:09
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_plot"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
|
||||
if(HasItem(oPC, "airgem") &&
|
||||
HasItem(oPC, "earthgem") &&
|
||||
HasItem(oPC, "firegem") &&
|
||||
HasItem(oPC, "watergem"))
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
else
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user