Page 1 of 1
is it possible to see my unit in spring before i scripted it
Posted: 01 Jun 2008, 16:11
by Hoi
see topic name
Re: is it possible to see my unit in spring before i scripted it
Posted: 01 Jun 2008, 19:56
by Argh
Absolutely. Just configure Scriptor, and write an empty script, like this:
Code: Select all
Create()
{
}
Killed()
{
return (0);
}
And then you will be able to see your unit in-game. And you can copy and rename the resulting COB to whatever your units' names are, so if you have multiple units, you only have to do that part once.