Lankhmar_PRC8/_module/nss/bashar_walk_nerk.nss
Jaysyn904 ebc0c6a9b2 Initial commit
Initial commit [v9.7]
2025-04-03 12:54:47 -04:00

22 lines
369 B
Plaintext

//Put the script on the actions taken tab in conver.
void main()
{
object oPC = GetPCSpeaker();
object oTarget;
oTarget = GetObjectByTag("Nerka");
AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Nerka")));
oTarget = GetObjectByTag("Nerka");
int nInt;
nInt = GetObjectType(oTarget);
oTarget = GetObjectByTag("Nerka");
DestroyObject(oTarget, 3.0);
}