This script should do the trick for you. void main() { vector vPosition=Vector(0.0, 0.0, 0.0); //X, Y, Z coordinates  location lWhereToSpawn=Location(vPosition,0.0); //Orientation, I believe  CreateObject( OBJECT_TYPE_CREATURE, "my_character&quo...  
[Read More]