2025/07/18 Update
Added PEPS. Full compile.
This commit is contained in:
12
_module/nss/0c_if_pickuploot.nss
Normal file
12
_module/nss/0c_if_pickuploot.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
/*//////////////////////////////////////////////////////////////////////////////
|
||||
Script: 0c_if_pickuploot
|
||||
Programmer: Philos
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Text Appears When script that check if having associates picking up loot is
|
||||
activated on this server.
|
||||
*///////////////////////////////////////////////////////////////////////////////
|
||||
#include "0i_associates"
|
||||
int StartingConditional()
|
||||
{
|
||||
return AI_PICKUP_LOOT;
|
||||
}
|
Reference in New Issue
Block a user