is it possible to see my unit in spring before i scripted it

is it possible to see my unit in spring before i scripted it

Discuss your problems with the latest release of the engine here. Problems with games, maps or other utilities belong in their respective forums.

Moderator: Moderators

Post Reply
User avatar
Hoi
Posts: 2917
Joined: 13 May 2008, 16:51

is it possible to see my unit in spring before i scripted it

Post by Hoi »

see topic name
User avatar
Argh
Posts: 10920
Joined: 21 Feb 2005, 03:38

Re: is it possible to see my unit in spring before i scripted it

Post 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.
Post Reply

Return to “Help & Bugs”