Quote:
Originally Posted by Flashman
so far I have found that having a script disables the trigger and action setting, i.e. they just don't work. For that reason I dont use them at the moment and also we need the despawn script for MP.
|
I think what might be happening is that when you add a script, the game expects you to deal with triggers and actions in the script. They work fine with my scripts. I actually don't know how to use triggers or actions without a script.
If you need help writing a script, you can post it on the forum and I'm sure there'll be plenty of people willing to help you out.
Also, scripts are written in C#, not C++. C# is very much like Java and
way easier to work with than C++. I don't want you to go learning C++ when you should be learning C#.