Initial Upload
Initial Upload
This commit is contained in:
9
_module/nss/sd_forge_condpre.nss
Normal file
9
_module/nss/sd_forge_condpre.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "sd_forge_util"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = (Forge_GetCurrentPage(GetLastSpeaker())>0);
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user