Special
Administrator
Dołączył: 17 Lut 2007
Posty: 1006
Przeczytał: 0 tematów
Pomógł: 44 razy Ostrzeżeń: 0/5 Skąd: Miasto Lugormoda
|
Wysłany: Czw 11:42, 29 Sty 2009 Temat postu: Skrypty do T2: Zamiana score na credits |
|
|
Skrypty do T2
By mikaka
Zmienia score na credits:
Kod: | local int score=get("score");
if score >= 1 then
set "score", score-1;
give_credits "1";
announce "^2You transformed 1 score point into 1 credit.";
elseif score < 1 then
announce "^1Your score is too low.";
endif |
-----------------------------------
1 score = 1 credits możesz zmienić oczywiście
Post został pochwalony 0 razy
|
|