Added DMFI
Added DMFI. Set Diamond Golem appearance size to large. Full compile. Updated release archive.
This commit is contained in:
22
_module/nss/dmfi_cond_dmw.nss
Normal file
22
_module/nss/dmfi_cond_dmw.nss
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int nMyNum = GetLocalInt(OBJECT_SELF, "dmfi_dmwOffset");
|
||||
SetLocalInt(OBJECT_SELF, "dmfi_dmwOffset", nMyNum+1);
|
||||
|
||||
object oMySpeaker = GetPCSpeaker();
|
||||
object oMyTarget = GetLocalObject(oMySpeaker, "dmfi_univ_target");
|
||||
location lMyLoc = GetLocalLocation(oMySpeaker, "dmfi_univ_location");
|
||||
|
||||
string sMyString = GetLocalString(oMySpeaker, "dmw_dialog" + IntToString(nMyNum));
|
||||
|
||||
if(sMyString == "")
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
else
|
||||
{
|
||||
SetCustomToken(8000 + nMyNum, sMyString);
|
||||
return TRUE;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user