[help]Macro, auto change config teleportAuto_useChatCommand

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
namchum2006
Noob
Noob
Posts: 1
Joined: 13 Nov 2013, 03:19
Noob?: Yes

[help]Macro, auto change config teleportAuto_useChatCommand

#1 Post by namchum2006 »

I fixed error. Everything is alright now. Use this macro on any private server have @warp with autolockmapchange plugin

Code: Select all

automacro setwarpnew {
   console /Setting lockMap to/i
   call warpsetnew
}

macro warpsetnew {
   $map = @arg("@config(lockMap)",1)
   do conf teleportAuto_useChatCommand @warp $map
log lockmap is $map
}

Locked