Initial commit. Updated release archive.
This commit is contained in:
14
_module/nss/m2q5yuanti_d.nss
Normal file
14
_module/nss/m2q5yuanti_d.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "NW_I0_GENERIC"
|
||||
void main()
|
||||
{
|
||||
int nEvent = GetUserDefinedEventNumber();
|
||||
object nTrespasser = GetLocalObject(GetArea(OBJECT_SELF),"NW_A_Trespasser");
|
||||
|
||||
switch (nEvent)
|
||||
{
|
||||
case 500:
|
||||
AdjustReputation(nTrespasser,OBJECT_SELF,-100);
|
||||
DetermineCombatRound(nTrespasser);
|
||||
break;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user