Added DMFI
Added DMFI. Set Diamond Golem appearance size to large. Full compile. Updated release archive.
This commit is contained in:
17
_module/nss/re_sc_dialogue8.nss
Normal file
17
_module/nss/re_sc_dialogue8.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName sc_dialogue1
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 5/16/2003 9:32:45 PM
|
||||
//:://////////////////////////////////////////////
|
||||
int StartingConditional()
|
||||
{
|
||||
// Inspect local variables
|
||||
if(!(GetLocalInt(OBJECT_SELF, "iDialogue") == 8))
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
SetCustomToken(2112, GetLocalString(OBJECT_SELF, "sName"));
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user