Lankhmar_PRC8/_module/nss/walk_aw_skmstr.nss

22 lines
497 B
Plaintext
Raw Normal View History

2025-04-03 12:54:47 -04:00
void main()
{
object oTarget;
int nInt;
object oPC = GetLastDamager();
// Have "Rannarsh2" say something.
AssignCommand(GetObjectByTag("skleader"), SpeakString("Unwilling to fight further, the creature escapes into the brakish water.."));
oTarget = GetObjectByTag("skleader");
AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_skleader")));
oTarget = GetObjectByTag("skleader");
nInt = GetObjectType(oTarget);
oTarget = GetObjectByTag("skleader");
DestroyObject(oTarget, 3.0);
}