Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
14
_module/nss/anph_act_likeme.nss
Normal file
14
_module/nss/anph_act_likeme.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
void main()
|
||||
{
|
||||
object oUser=OBJECT_SELF;
|
||||
object oOther=GetLocalObject(oUser,"OTHER");
|
||||
object oItem=GetLocalObject(oUser,"ITEM");
|
||||
|
||||
DeleteLocalObject(oUser,"ITEM");
|
||||
DeleteLocalObject(oUser,"OTHER");
|
||||
|
||||
AdjustReputation (oUser, oOther, 100);
|
||||
|
||||
effect eVis = EffectVisualEffect(VFX_IMP_AURA_HOLY);
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT, eVis, oOther);
|
||||
}
|
||||
Reference in New Issue
Block a user