is it possible to see my unit in spring before i scripted it
Moderator: Moderators
is it possible to see my unit in spring before i scripted it
see topic name
Re: is it possible to see my unit in spring before i scripted it
Absolutely. Just configure Scriptor, and write an empty script, like this:
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.
Code: Select all
Create()
{
}
Killed()
{
return (0);
}