QUOTE
Displaytext(); in starforge takes two arguements, text and 'always display'. What does the 2nd argument do?
Always display will display the text even if players don't have "Subtitles on" in options. If always display is not on, users with "subtitles" off will not see the message.
QUOTE
And if the previous question doesn't anwser this, is there anyway I have text messages hang on the screen longer? A wait?
You can use a wait and display the message again, or you can add more text to the message(Like invisable text that's out of the way)
QUOTE
What can I do with players 9, 10, and 11?
QUOTE
Can they own units?
Yes.
QUOTE
Can an ai script control them?
No.
QUOTE
Can they attack?
Usually no.
QUOTE
Can they own triggers?
Not sure.
QUOTE
If I give player x a mineral field, are they only allowed to mine from it?
Yes.
QUOTE
Do they have vision of these minerals?
Yes.
QUOTE
Is there any unit with like a very, very small sight radius?
Yes, maybe try a powerup or something.
QUOTE
How exactly do you mess around with sprites? Yoshi's tutorial about them just gives general info about them. I created 8 pylons in the sprite layer and they were actual pylons in the game, but their wireframe was really screwy. I tried to attack them but starcraft froze up .
Starforge >> Sprite layer(Pure sprite or Sprite-Unit)
You created 8 pylon sprite-units. Sprite-units are sprites placed as units. They will always have their original HP over the HP you actually made it(Example: Say I made the hp of a pylon 20, it would appear as 100/20 or something in Starcraft). To turn them into pure sprites, go to it's properties and check the box that says "Draw as sprite". Starcraft froze because it could't find an overlay to place on it(Example: The overlay on a damaged building is blue fire). Since Starcraft was never designed to support HP over max, it tried loading an overlay that didn't exist.
QUOTE
Does anyone know what the number is for "all players" ?
There is none. 4 does not mean current player, it means "Always Display". The text will only show for players that you checked(Example: Force 1, Player 1, All Players, etc).
ADDITION: Any reason why quotes won't work?