thalor42 Beginner
Joined: 15 Nov 2004 Posts: 18
|
Posted: Sun Jun 26, 2005 2:49 am
Checking Name and Level of item before adding to DB |
I have a trigger to check the name of the item before adding it to my eq database.....how could I make it check for level too? The var is @id.level
#IF !%null( %find( @ident.Name, All, Name)) {#YESNO "A duplicate item already exists, add anyway?" {#NOOP} {#ABORT 1}}
Thanks! |
|