AOCzxc Posted March 5, 2021 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 54 Reputation: 1 Joined: 02/18/18 Last Seen: March 16, 2023 Share Posted March 5, 2021 (edited) good day. asking lang po ako... paano po yung delitem ng timeplay points? ex. TCG Card - 20 timeplay points ginawa kopo kasi ganito... if(countitem(#TIMEPLAYPOINTS)<20) goto NOTP; delitem #TIMEPLAYPOINTS,20; getitem 7227,1; Edited March 5, 2021 by AOCzxc Quote Link to comment Share on other sites More sharing options...
Royr Posted March 5, 2021 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 90 Reputation: 34 Joined: 10/01/18 Last Seen: January 9, 2023 Share Posted March 5, 2021 1 hour ago, AOCzxc said: good day. asking lang po ako... paano po yung delitem ng timeplay points? ex. TCG Card - 20 timeplay points ginawa kopo kasi ganito... if(countitem(#TIMEPLAYPOINTS)<20) goto NOTP; delitem #TIMEPLAYPOINTS,20; getitem 7227,1; #TIMEPLAYPOINTS -= 20; // 20 - Deduction Points Quote Link to comment Share on other sites More sharing options...
AOCzxc Posted March 6, 2021 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 54 Reputation: 1 Joined: 02/18/18 Last Seen: March 16, 2023 Author Share Posted March 6, 2021 11 hours ago, Royr said: #TIMEPLAYPOINTS -= 20; // 20 - Deduction Points Not working Quote Link to comment Share on other sites More sharing options...
Haruka Mayumi Posted March 6, 2021 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 485 Reputation: 271 Joined: 06/13/17 Last Seen: March 25 Share Posted March 6, 2021 if(#TIMEPLAYPOINTS<20) goto NOTP; #TIMEPLAYPOINTS -= 20; getitem 7227,1; Quote Link to comment Share on other sites More sharing options...
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.