™Nicke™ Member Mar 7, 2023 #1 ServUO Version Publish Unknown Ultima Expansion Endless Journey How to add an item to the exception (for example, a book of magic) so that it is not put on by double clicking? (runuo 2.7)
How to add an item to the exception (for example, a book of magic) so that it is not put on by double clicking? (runuo 2.7)
Juzzver Grandmaster Mar 7, 2023 #2 C#: Expand Collapse Copy if ( !(item is Spellbook)) { // click logic }
OP ™Nicke™ Member Mar 7, 2023 #3 Juzzver said: C#: Expand Collapse Copy if ( !(item is Spellbook)) { // click logic } Click to expand... Thank you
Juzzver said: C#: Expand Collapse Copy if ( !(item is Spellbook)) { // click logic } Click to expand... Thank you