fiend-o-hell
Junior Member

Posts: 248
Registered: 01-06 |
I'm trying to spawn an Imp at a specific point on the map. For testing purposes, the script is type ENTER, and it just consist of above line of code, so all that should happen is spawn an imp at 200.0:200.0 when the player enters. Of course, this does not work for me.
script 101 ENTER
{
Spawn( "DoomImp" ,
200.0 ,
200.0 ,
0.0 , 0 , 0 ) ;
}
|