Hi everyone,
I’m a beginner at mapping and scripting, but I’m interested in learning, so I’ve fellowed several tutorials about this.
I want to use a script to be able to lock a door in a map.
The door is a func_door, with a targetname and a scriptname (door1)
So i wrote in the map script :
door1
{
spawn
{
wait 200
halt
}
}
But those commands don’t work.
Anyone for help or hints ?
Thanks.