DK77 Posted April 15, 2022 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
0 Fluxion Posted April 16, 2022 Posted April 16, 2022 Or u can make this! See @Haruka Mayumi answer. Carrying two elementals sword will become useless Quote
0 Emistry Posted April 16, 2022 Posted April 16, 2022 isequipped(...) change to isequippedcnt(...) Quote
0 DK77 Posted April 17, 2022 Author 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
Question
DK77
Hello Guys , i want to make player cannot wear more than 1 ESword , but mine is not working
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.