
Hello i just started to create some macros and finally got a nesting macro to work. The problem I'm finding is that when my macro calls to another the text in the macro gets cut off and so does the rest of the macro. Here is what I'm doing. Skill ?{Skill|Disarm, #Disarm |False Body, #False-Body |} Disarm Disarm - Target a trap, lock, or contraption. You either disarm the trap, open the lock, or shut down the contraption. If skill fails, trap is activated, lock is broken, or contraption remains functional. [[1d100+5]] False Body False Body The Illusionist gains concealment, and leaves a false body of themselves behind to trick the enemy. [[1d100+15]] So When i use Skill and select Disarm it comes out like this. Disarm - Target a trap It cuts the rest of the macro off and doesn't give anything same with False Body . When i click on just Disarm it does the full text, does anyone know what I'm doing wrong?