DK77 Posted April 15, 2022 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 61 Reputation: 0 Joined: 06/30/17 Last Seen: July 19, 2024 Share Posted April 15, 2022 (edited) Hello Guys , i want to make player cannot wear more than 1 ESword , but mine is not working Quote function script sword { if( isequipped( 13414 ) > 1 ){ message strcharinfo(0),"You Cannot Wear More Than 1 ESword. "; nude; } return; } Edited April 15, 2022 by DK77 Quote Link to comment Share on other sites More sharing options...
0 Fluxion Posted April 16, 2022 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 83 Reputation: 7 Joined: 12/29/18 Last Seen: Monday at 09:28 PM Share Posted April 16, 2022 Or u can make this! See @Haruka Mayumi answer. Carrying two elementals sword will become useless Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted April 16, 2022 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 8 hours ago Share Posted April 16, 2022 isequipped(...) change to isequippedcnt(...) Quote Link to comment Share on other sites More sharing options...
0 DK77 Posted April 17, 2022 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 61 Reputation: 0 Joined: 06/30/17 Last Seen: July 19, 2024 Author Share Posted April 17, 2022 19 hours ago, Emistry said: isequipped(...) change to isequippedcnt(...) I already try this , as original scripted was made by you for limit headgear card , but it wont work . Quote Link to comment Share on other sites More sharing options...
Question
DK77
Hello Guys , i want to make player cannot wear more than 1 ESword , but mine is not working
Link to comment
Share on other sites
3 answers 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.