Initial commit
Initial commit [v9.7]
This commit is contained in:
15
_module/nss/conv_spawn_ellla.nss
Normal file
15
_module/nss/conv_spawn_ellla.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
object oSpawn;
|
||||
|
||||
// Get the PC who is in this conversation.
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
// Spawn "ellard".
|
||||
oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "ellard", GetLocation(oPC));
|
||||
|
||||
// Have "Ellard" say something.
|
||||
DelayCommand(3.0, AssignCommand(GetObjectByTag("Ellard"), SpeakString("I must speak with you!")));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user