(11-22-2011, 02:10 AM)GreyFox Wrote: Mind Posting your Script real quick? Very odd, and I have a second question if you wouldn't mind.
Can you Make something happen When you enter the Map. IE The way I've been doing it is, I Want a Timer right at the start of the map I Make a Script area (At the 1st playerstartarea) and Name it Start
Is there a way where I don't need that and Can just add anything? (it gets quite alot of scripting when you have to type similar things 15 times)
All my script had was SetLampLit in OnStart.
As for your other question, why not just add the timer in OnEnter?
(11-22-2011, 02:51 AM)GreyFox Wrote: Theres my script... It's just a test so I can do this later on.
In that case you may want to add a debug message in the collide callback to see if it gets triggered. Is "Start" a Script area or PlayerStart area? PlayerStart areas don't "support" entity collisions.