Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Créditos:Brenower
- exp = 0;
- ni = 1;
- expp = 200;
- function nivel()
- if exp >= expp then
- expp=expp*2;
- ni=ni+1;
- exp=0;
- end
- end
- function eventLoop()
- tfm.exec.setUIMapName("É ASSIM QUE SE FAZ UM SISTEMA DE NÍVEl: <Vp>EXP : <n>"..exp.."/"..expp.." <V>Nível :<n> "..ni.."<p")
- nivel()
- exp=exp+100;
- end
Advertisement
Add Comment
Please, Sign In to add comment