Initial commit
Initial commit [v9.7]
This commit is contained in:
13
_module/nss/cnv_spn_fnshrlt.nss
Normal file
13
_module/nss/cnv_spn_fnshrlt.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
void main()
|
||||
|
||||
{
|
||||
object oSpawn;
|
||||
|
||||
// Get the PC who is in this conversation.
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
// Spawn "fnlshclt".
|
||||
oSpawn = CreateObject(OBJECT_TYPE_PLACEABLE, "fnlshclt", GetLocation(oPC));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user