• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[General] Start Location

Status
Not open for further replies.
Any of the following lines of jass code may do. Haven't tested them, but sounds good.

JASS:
native DefineStartLocation takes integer whichStartLoc, real x, real y returns nothing
native DefineStartLocationLoc takes integer whichStartLoc, location whichLocation returns nothing
native ForcePlayerStartLocation takes player whichPlayer, integer startLocIndex returns nothing

In case you're unfamiliar to jass, just use them like this:
  • Actions
    • Custom script: DefineStartLocationLoc(playernumber, location)

Here is all the native jass functions i could find related to start locations:
StartLocation.png
 
Status
Not open for further replies.
Top