HI all, I'm trying to put together a few scripts so as when the player leaves a planet on the main map he/she arrives back at that planet on the main map not on the player start marker, 5- 6 areas in all this is what i have so far but am getting a "(" missing on line 5? near "if" anyone? The arrive_zone i have on a trigger over the start marker, the leave zone on a winzone on the planet to return to the main map where the zones are.
function multi_arrive_zone_init(e)
end
function multi_arrive_zone_main(e)
if g_Entity[e]['plrinzone']==1 then
if g_zone==1 then
g_zone=0
TransportToIfUsed(e)
end
end
function multi_leave_zone_init(e)
end
function multi_leave_zone_main(e)
if g_Entity[e]['plrinzone']==1 then
g_zone=1
JumpToLevelIfUsed(e)
end
end
Intel i5 4950 Quad core 3.3ghz AMD FX 6300 x6 cores 3.5ghz(unclocked)
8gb Ram 8gb Ram
AMD Radeon 7570 1gb AMD Radeon HD 6670 2gb
and a well fed mouse on a wheel
I only smile because i have absolutely no idea whats going on