I'm trying to simply create a script that gets all the warheads on my given grid and set's them to detonate.
I've made scripts like this in the past but I think some of the classes and/or behavior names have changed and my code currently doesn't work, that or I'm missing something vital that I overlooked.
Can someone help with this basic script.
I've made scripts like this in the past but I think some of the classes and/or behavior names have changed and my code currently doesn't work, that or I'm missing something vital that I overlooked.
PHP:
public Program()
{
// The constructor, called only once every session and
// always before any other method is called. Use it to
// initialize your script.
//
// The...