Initial commit. Updated release archive.
This commit is contained in:
17
_module/nss/sc_aylagreeter.nss
Normal file
17
_module/nss/sc_aylagreeter.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName sc_aylagreeter
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 8/28/2003 2:37:35 PM
|
||||
//:://////////////////////////////////////////////
|
||||
int StartingConditional()
|
||||
{
|
||||
object o_ayla = GetObjectByTag("Ayla");
|
||||
|
||||
// Inspect local variables
|
||||
if(!(GetLocalInt(o_ayla, "captaindead") == 1))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user