Initial commit. Updated release archive.
This commit is contained in:
14
_module/nss/ro_pcave_swarm.nss
Normal file
14
_module/nss/ro_pcave_swarm.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
void main(){
|
||||
|
||||
effect eSwarm;
|
||||
object oPC = GetLastUsedBy();
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
|
||||
object oTarget;
|
||||
oTarget = GetObjectByTag("PC_swarm_location");
|
||||
|
||||
|
||||
eSwarm = EffectSwarm(TRUE,"dmvrock001");
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT,eSwarm,oTarget,120.0f);
|
||||
}
|
Reference in New Issue
Block a user