Jump to content
主视角中国

88 station

  • entries
    131
  • 评论
    3
  • 查看
    663,344

限制次数的小程序


功用是当使用3次后不能使用制定加法器

level.see = 0

.....

level.see++ //level.see加1

if (level.see >= 4 )

{

程序停止

}

.....

--------------------

也可以这样

level.see++ //level.see加1

if (level.see <= 3 ) //当=3时,下面的不能用的

{

可使的程序运行

}

这个已加入俺的KILL-MOD1.49,也

可能有更好的方法,呵呵.....

0 评论


Recommended Comments

没有要显示的评论。

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

登录

Already have an account? Sign in here.

现在登录
×
×
  • 创建新的...