My players constantly keep forgetting to select "Character name" as the chat option at the bottom when doing API commands I have. Many of them use the attributes and such from the character sheet and looks at who is sending it to find the character.
I have a failsafe that checks and when they do it sends msg.who roll as your character name! to the chat. The issue comes up when they, say, do an attack roll and roll a good roll on the dice but rolled as a 'player', so I have to stop and manually figure out the whole script result I would have had.
Basically say Bob has a character named AlTheMighty..so he would have both "Bob" and "AlTheMighty" as drop down chat options..he sends it as Bob by mistake..how do I convert that to AlTheMighty by assuming "ok he has only one character, we know that..go find it and use it instead"
I was assuming it would have to do with Player speakingas in the API, but either Im wrong on how to interchange them, or using it wrong to start with :)
I have a failsafe that checks and when they do it sends msg.who roll as your character name! to the chat. The issue comes up when they, say, do an attack roll and roll a good roll on the dice but rolled as a 'player', so I have to stop and manually figure out the whole script result I would have had.
Basically say Bob has a character named AlTheMighty..so he would have both "Bob" and "AlTheMighty" as drop down chat options..he sends it as Bob by mistake..how do I convert that to AlTheMighty by assuming "ok he has only one character, we know that..go find it and use it instead"
I was assuming it would have to do with Player speakingas in the API, but either Im wrong on how to interchange them, or using it wrong to start with :)