Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


I'm looking for some ideas.

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
AylinCE
Grandmaster Cheater Supreme
Reputation: 37

Joined: 16 Feb 2017
Posts: 1522

PostPosted: Mon Jul 08, 2019 6:11 pm    Post subject: I'm looking for some ideas. Reply with quote

hi ..
I'm adding a "+" value to the Label with the command.
but with each addition the result is "100.0" instead of "100".
How do I get the integer value?

here is a sample code I use below
and something is going wrong!

[code]local xp = UDF1.CELabel16.Caption

[code]function Play(sender)
if UDF1.CEProgressbar2.Position==0 then
xp = xp + 120
UDF1.CELabel17.Caption = xp
Gamexp()
end
end[/code]

but with each addition the result is "120.0" instead of "120".

How do I get the exact number of "120" without ".0"?

Thanks in advance for the answers.

_________________
Hi Hitler Different Trainer forms for you!
https://forum.cheatengine.org/viewtopic.php?t=619279
Enthusiastic people: Always one step ahead
Do not underestimate me Master: You were a beginner in the past
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Corroder
Grandmaster Cheater Supreme
Reputation: 75

Joined: 10 Apr 2015
Posts: 1668

PostPosted: Mon Jul 08, 2019 7:35 pm    Post subject: Reply with quote

Code:
xp = '110'
xp = xp + 10
print(xp)  ---- = 120.0

xp = '110'
xp = tonumber(xp) + 10
print(xp)  ---- = 120

_________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites