Battledale_PRC8/_module/nss/cam_emotewand.nss
Jaysyn904 7b9e44ebbb Initial upload
Initial upload.  PRC8 has been added.  Module compiles, PRC's default AI & treasure scripts have been integrated.  Started work on top hak for SLA / Ability / Scripting modifications.
2024-03-11 23:44:08 -04:00

21 lines
559 B
Plaintext

//::///////////////////////////////////////////////
//:: Name: cam_emotewand
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Camera script for the emotewand.
*/
//:://////////////////////////////////////////////
//:: Created By: Samius Maximus
//:: Created On:
//:://////////////////////////////////////////////
#include "inc_camera"
void main()
{
object oUser = GetPCSpeaker();
GestaltCameraMove (0.0, 20.0, 0.0, 270.0, 5.0, 50.0, 2.0, 20.0, oUser, 0);
PlayVoiceChat (VOICE_CHAT_HELLO, oUser);
}