Initial upload
Initial upload
This commit is contained in:
18
_module/nss/cb_caliman.nss
Normal file
18
_module/nss/cb_caliman.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//Tab, Caliman exit.
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
ActionMoveToObject(GetObjectByTag("CALIMANWALK"));
|
||||
|
||||
DelayCommand(1.5,ActionJumpToObject(GetObjectByTag("CALIMANDEATH")));
|
||||
|
||||
effect eEffect;
|
||||
eEffect = EffectDamage(1000, DAMAGE_TYPE_MAGICAL, DAMAGE_POWER_NORMAL);
|
||||
|
||||
DelayCommand(15.0,ApplyEffectToObject(DURATION_TYPE_INSTANT, eEffect, GetObjectByTag("CALIMAN")));
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user