Jump to content

88 station

  • entries
    131
  • 评论
    3
  • 查看
    659,330

限制次数的小程序


moh8888

793 查看

功用是当使用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

没有要显示的评论。

访客
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 创建新的...