generated from Jaysyn/ModuleTemplate
2025/10/27 Update
Removed PEPS. Fixed heartbeat bug.
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
//:://////////////////////////////////////////////////
|
||||
//:: prc_pwonspawn
|
||||
//::
|
||||
//:://////////////////////////////////////////////////
|
||||
/*
|
||||
Catch all for onSpawn event script.
|
||||
*/
|
||||
|
||||
*/
|
||||
//:://////////////////////////////////////////////////
|
||||
//DMFI CODE ADDITIONS BEGIN HERE
|
||||
#include "dmfi_dmw_inc"
|
||||
//DMFI CODE ADDITIONS END HERE
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
|
||||
//DMFI CODE ADDITIONS BEGIN HERE
|
||||
if ((DMFI_LISTENING_GLOBAL) || (GetLocalInt(OBJECT_SELF, "DMFI_LISTEN")==1))
|
||||
{
|
||||
@@ -18,4 +20,5 @@ void main()
|
||||
SetLocalInt(OBJECT_SELF, "hls_Listening", 1); //listen to all text
|
||||
}
|
||||
//DMFI CODE ADDITIONS END HERE
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user