8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
|
// tamril power
|
||
|
void main()
|
||
|
{
|
||
|
object oWP=GetWaypointByTag("TamrilPower");
|
||
|
effect eLightning=EffectVisualEffect(VFX_IMP_LIGHTNING_M);
|
||
|
ApplyEffectAtLocation(DURATION_TYPE_INSTANT,eLightning,GetLocation(oWP),3.0);
|
||
|
}
|