generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit
This commit is contained in:
14
_module/nss/final_conv3.nss
Normal file
14
_module/nss/final_conv3.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "in_g_cutscene"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetLastSpeaker();
|
||||
string sTitle;
|
||||
if (GetGender(oPC)==GENDER_MALE){sTitle="Sir";}else{sTitle="Lady";}
|
||||
|
||||
GestaltSpeak(0.0, OBJECT_SELF,
|
||||
"I am in complete awe of you, "+sTitle+" "+GetName(oPC)
|
||||
,ANIMATION_LOOPING_DEAD_BACK, 8.0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user