Syntax for 'if item id ==..'ExecL User Offline 26.08.12 03:36:03 am Whats the right syntax for "if item id == 81 then" I've played with it for a long time and can't seem to get it right.
Re: Syntax for 'if item id ==..'ExecL User Offline 26.08.12 06:18:03 am If type == 81 then? becuz that does not work
Re: Syntax for 'if item id ==..'Happy eyes User Offline 26.08.12 01:11:58 pm It depends what is your item-id variable. By default in hook "hit" it is "weapon", in hook "drop" it is "type".