Lankhmar_PRC8/_module/nss/walk_awy_gersin.nss

24 lines
453 B
Plaintext
Raw Permalink Normal View History

2025-04-03 12:54:47 -04:00
/*Script created by Phoenix for BG module: Old Man(OM,om) walks way from PC.*/
//Put the script on the actions taken tab in conver.
void main()
{
object oPC = GetPCSpeaker();
object oTarget;
oTarget = GetObjectByTag("Gersin");
AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Gersin")));
oTarget = GetObjectByTag("Gersin");
int nInt;
nInt = GetObjectType(oTarget);
oTarget = GetObjectByTag("Gersin");
DestroyObject(oTarget, 4.0);
}