Macro condition to check current lockMap

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Message
Author
zexeta
Plain Yogurt
Plain Yogurt
Posts: 54
Joined: 11 Jul 2017, 00:49
Noob?: No

Macro condition to check current lockMap

#1 Post by zexeta »

I was trying to make this work and i tried many other things. Nothing seems to work. Is there a way to pull your current lockMap check to see if its what i want it to be and then trigger macro? Basically i have macros that trigger based on your level that set a new lockmap, buy npc, storage npc and so on. I don't want these to trigger if the lockmap is already set correctly.

eval $config{lockMap} != moc_pryd02

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: Macro condition to check current lockMap

#2 Post by Mortimal »

Code: Select all

eval ($::config{lockMap} ne "moc_pryd02")
Please use pin function for uploading your file contents!

Post Reply