What is this line for?
Posted: Sat Jan 30, 2010 10:29 pm
I'm confused, I thought that for ctf mode you just placed a flag in-game and then added the needed scripting. What do these lines do then?
-- spawn Holodisk
Holocron1Spawn = GetPathPoint("HolodiskSpawn", 0) --gets the path point
CreateEntity("pol_icon_disk", Holocron1Spawn, "pol_icon_disk") --spawns the disk
And more improtantly how do I get that to work?
-- spawn Holodisk
Holocron1Spawn = GetPathPoint("HolodiskSpawn", 0) --gets the path point
CreateEntity("pol_icon_disk", Holocron1Spawn, "pol_icon_disk") --spawns the disk
And more improtantly how do I get that to work?