공속이빠른데 멀수정해야할까요 ㅠ
리턴값이란건 대충아는데. 아래 2랑 10둘다잇어서요
return function (self,magic)
local speed
if (magic) then
speed = 0
else
speed = 2
end
speed += self.Entity.PlayerTemporaryStat:GetValue(_CTS.Booster)
if (speed < 2) then
return 2
end
if (speed > 10) then
return 10
end
return speed
end
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 34063 | 02-10 | 522 | ||
| 34062 | 02-10 | 825 | ||
| 34061 | 02-10 | 459 | ||
| 34060 | 조루듚 벤먹었노+3 | 02-10 | 1588 | |
| 34059 | 공속 수정문의+1 | 02-10 | 715 | |
| 34058 | 02-10 | 937 | ||
| 34057 | 02-10 | 793 | ||
| 34056 | 02-10 | 1289 | ||
| 34055 | 02-10 | 1021 | ||
| 34054 | 02-10 | 733 | ||
| 34053 | 걍써라+3 | 02-10 | 817 | |
| 34052 | 02-10 | 383 | ||
| 34051 | 02-10 | 475 | ||
| 34050 | 02-10 | 627 | ||
| 34049 | 점언 잘되는데+6 | 02-10 | 1253 | |
| 34048 | 02-10 | 443 | ||
| 34047 | 02-10 | 523 | ||
| 34046 | 02-10 | 1472 | ||
| 34045 | 02-10 | 555 | ||
| 34044 | 02-10 | 408 |
댓글1
위