This website requires JavaScript.
Explore
Help
Sign In
lustlion
/
Mothback
Watch
1
Star
0
Fork
You've already forked Mothback
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
dd2debc0bd
Mothback
/
data
/
scripts
/
math.lua
10 lines
118 B
Lua
Raw
Normal View
History
Unescape
Escape
upload so it isnt lost now
2021-10-16 23:06:11 +00:00
function
math
.
sign
(
x
)
if
x
<
0
then
return
-
1
elseif
x
>
0
then
return
1
else
return
0
end
kupo nice now bow nice aim nice arrow nice all nice
2021-10-24 23:41:40 +00:00
end