Initial upload
Initial upload
This commit is contained in:
9
_module/nss/aw_totrinity.nss
Normal file
9
_module/nss/aw_totrinity.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "cs_misc_function"
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
if (oPC != OBJECT_INVALID) {
|
||||
cs_MovePartyNearbyToLocation(oPC, "trin_home_01", 1.0);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user