Initial commit
Initial commit [v9.7]
This commit is contained in:
11
_module/nss/hisvt_wlk_to_pc.nss
Normal file
11
_module/nss/hisvt_wlk_to_pc.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
void main()
|
||||
{
|
||||
object oActor;
|
||||
|
||||
// Get the PC who is in this conversation.
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
// Have "Hisvet" perform a sequence of actions.
|
||||
oActor = GetObjectByTag("Hisvet");
|
||||
AssignCommand(oActor, ActionMoveToObject(oPC));
|
||||
}
|
||||
Reference in New Issue
Block a user