Is a blank line considered '%null'? Cause I've made the following two triggers that I thought *should* capture this information from my id:Item: 'potion travel teleport tele port'
Weight: 3 Typical cost: 15165
Object is:
Type: POTION Composition: WET_ORGANIC
Item has level 25 spells of:
teleport
teleport
teleport
teleport
teleport
until a blank line, where it would write the record, though it's not doing anything for me:#TRIGGER {^Item has level %d spells of:$} {#T+ ih_temp}
#TRIGGER "ih_temp" {^(*)$} {#IF (%1=%null) {#NEW All @eq;#VAR DBItemName %null;#T- ih_temp} {@eq.spell_affects=%if( @eq.spell_affects=%null, %1, @eq.spell_affects -- %1)}}
If a blank line would be '%null', I don't see why this wouldn't work...hmm. Any more ideas or know what I did wrong?
Thanks,
MadBomber
--------------------
Currently Using zMUD 6.37aBeta