Initial commit
Initial commit. Updated release archive.
This commit is contained in:
26
_module/nss/no_ai_cmb.nss
Normal file
26
_module/nss/no_ai_cmb.nss
Normal file
@@ -0,0 +1,26 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: End of Combat Round
|
||||
//::
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Calls the end of combat script every round
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
#include "no_lib_data"
|
||||
#include "no_inc"
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
if (GetLocalInt(OBJECT_SELF,"NoAI") == 1)
|
||||
{
|
||||
ExecuteScript("nw_c2_default3",OBJECT_SELF);
|
||||
} else {
|
||||
//SetReadyStatus();
|
||||
//DoCombat();
|
||||
InitCombat();
|
||||
//signal combat to userdef
|
||||
SignalEvent( OBJECT_SELF, EventUserDefined( 1003 ) );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user