itsmeyoe Posted October 12, 2016 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 54 Reputation: 1 Joined: 05/19/12 Last Seen: March 17, 2023 Share Posted October 12, 2016 if(checkvending() >= 1 || BaseLevel >= 254) { dispbottom "Time Play stopped because you were vending or Level is below 255 . Please relog if you wish to start again."; stopnpctimer; end; Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted October 13, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 21 hours ago Share Posted October 13, 2016 the correct checking should be if(checkvending() >= 1 || BaseLevel <= 254) { Quote Link to comment Share on other sites More sharing options...
Question
itsmeyoe
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.