generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
13
_module/nss/de1_swrdshldchk3.nss
Normal file
13
_module/nss/de1_swrdshldchk3.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
/////////////////////////////////////
|
||||
// Dragon's Edge
|
||||
// by Charly Carlos
|
||||
/////////////////////////////////////
|
||||
// Checks if the sword card has the same number with the shield card.
|
||||
/////////////////////////////////////
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = (GetLocalString(OBJECT_SELF, "sSwordNumber") == GetLocalString(OBJECT_SELF, "sShieldNumber"));
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user