Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Bump with ScriptCards not working with Jumpgate Beta

I'm trying to use Bump with Scriptcards using the --@bump and underscore. !script {{   --#debug|1   --#whisper|self   --#title|Done.   --iWhich Logos do you wish to show?;Click to choose Logo.|q;logo;Logo: |Six|Malkavian|Setites|Tremere|Tzimisce   -->[&logo]|   --X|   --:Six|   --@bump| _ids  -NymluKVPIfWiokM5le_ -Nymlqn7gPX1tuOCCSVK -NymlzNTKqsa1BXujiV6 -NymltOtXHFAS48F5gaL -NymlrTq16FHDEnHi_Ft -Nymm0xsgXliB4kug9Ii   --<|   --:Malkavian|   --@bump| _ids  -NymlsUhBsTiyjHO3tGP   --<|   --:Setites|   --@bump| _ids  -NymnrDd5-8_lpTFLB4z   --<|   --:Tremere|   --@bump| _ids  -NymlxERy-8sMnDctnUE   --<|   --:Tzimisce|   --@bump| _ids  -NymnqMxE_Ex3-VXx-PK   --<| }} When I run it, it runs but the selected token do not change from visible to invisible or vice versa. If I run the same code without ScriptCards as !bump --ids  -NymluKVPIfWiokM5le_ -Nymlqn7gPX1tuOCCSVK -NymlzNTKqsa1BXujiV6 -NymltOtXHFAS48F5gaL -NymlrTq16FHDEnHi_Ft -Nymm0xsgXliB4kug9Ii it works perfectly. Am I doing something wrong or does bump not work with ScriptCards. It occurred to me that my game is using Jumpgate Beta and so I went to a game without it and it worked. I'm sure there is a proper place to put this so I'll find that and post it there.
1716863512
timmaugh
Forum Champion
API Scripter
The other thing to consider is that you are using ScriptCards to call Bump... which is a script calling a script. You lose 3 things with that sort of message: the selected tokens the "who" (name of the speaker -- character or player -- who sent the message) the playerid of the player who sent the message You are supplying IDs to the Bump command, so I doubt whether it is a matter of the selected tokens... however it is possible that Bump is trying to validate who is requesting to bump the tokens, and failing when it doesn't see a GM. You can test this by installing the Metascript Toolbox and then configuring SelectManager to give back those elements of the message. Run this command one time after the toolbox is installed: !smconfig +playerid +who It should report that these properties are now "enabled" (ie, primed to be given back to a script-generated message). After that, try the ScriptCard again and see if it works.
Yes it works perfectly now. Thank you, you have saved me again.