generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
14
_module/nss/de1_random_1fr3.nss
Normal file
14
_module/nss/de1_random_1fr3.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
/////////////////////////////////////
|
||||
// Dragon's Edge
|
||||
// by Charly Carlos
|
||||
/////////////////////////////////////
|
||||
// Used for conversation. The said conversation will appear if a 1 is taken
|
||||
// from a 1D3 random dice roll.
|
||||
/////////////////////////////////////
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = (d3() == 1);
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user