Initial commit

Initial commit.
This commit is contained in:
Jaysyn904
2024-06-05 21:21:06 -04:00
parent dd81a82988
commit 86feb9ca6f
9569 changed files with 20775695 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#include "mn_inc_teleport"
void main()
{
object oPC = GetPCSpeaker();
teleport( oPC, "tp_dwarf1" );
}