Discussione [AIUTO]SCRIPT

Stato
Discussione chiusa ad ulteriori risposte.

Aioriax

Utente Premium
21 Gennaio 2010
2,300
156
395
1,136
Scusate potete spiegarmi dove sbaglio?


local opzioni =select ( "Shinsoo","Chunjo","Chiudi" )
if opzioni == 1 then
if pc . gold >= 1000000 then
pc . changegold ( -1000000 )
pc . warp ( 469300 , 964200 )
else
say ( "Torna quando avrai piùs soldi" )
return
elseif opzioni == 2 then
pc . warp ( 360800, 877600 )
elseif opzioni == 3 then
return
end


ho provato anche cosi


local opzioni =select ( "Shinsoo","Chunjo","Chiudi" )
if opzioni == 1 then
if pc . gold >= 1000000 then
pc . changegold ( -1000000 )
pc . warp ( 469300 , 964200 )
else
say ( "Torna quando avrai piùs soldi" )
elseif opzioni == 2 then
pc . warp ( 360800, 877600 )
elseif opzioni == 3 then
return
end
 
Ultima modifica:
Scusate potete spiegarmi dove sbaglio?


local opzioni =select ( "Shinsoo","Chunjo","Chiudi" )
if opzioni == 1 then
if pc . gold >= 1000000 then
pc . changegold ( -1000000 )
pc . warp ( 469300 , 964200 )
else
say ( "Torna quando avrai piùs soldi" )
return
elseif opzioni == 2 then
pc . warp ( 360800, 877600 )
elseif opzioni == 3 then
return
end

Prova Così
Codice:
local opzioni =select ( "Shinsoo","Chunjo","Chiudi" )
if opzioni == 1 then
if pc . gold >= 1000000 then
pc . changegold ( -1000000 )
pc . warp ( 469300 , 964200 )
else
say ( "Torna quando avrai piùs soldi" )
return
elseif opzioni == 2 then
pc . warp ( 360800, 877600 )
elseif opzioni == 3 then
end
return
end
 
Prova Così
Codice:
local opzioni =select ( "Shinsoo","Chunjo","Chiudi" )
if opzioni == 1 then
if pc . gold >= 1000000 then
pc . changegold ( -1000000 )
pc . warp ( 469300 , 964200 )
else
say ( "Torna quando avrai piùs soldi" )
return
elseif opzioni == 2 then
pc . warp ( 360800, 877600 )
elseif opzioni == 3 then
end
return
end

non va neanche cosi :omfg: uff ancora non riesco a capirli bene sti cavolo di script, 800 guide ma nessuna che spiega davvero bene in modo pratico
 
Stato
Discussione chiusa ad ulteriori risposte.