Started by timmyt on Wed, 07/24/2024 - 06:49 Topic category: Advanced modding How to make any and all mobs scared of player if when a key is pressed Jump to top https://imgur.com/z4lgZdV Jump to top Permalink Log in or register to post comments make a key binding, then 3 procedures on key pressed: https://imgur.com/BwWAT2O on key released: https://imgur.com/2YTLUnu "scary" is a logic global variable of type "player_persistent" with false as initial value Jump to top Permalink Log in or register to post comments I sent you the link for the first procedure in another message because it didn't let me send it in a message with other text for some reason Jump to top Permalink Log in or register to post comments I work fine but when I press it again it doesn’t stop is there a way to fix that Jump to top Permalink Log in or register to post comments I made it so that it stops when you release the key not when you press it again Jump to top Permalink Log in or register to post comments Sorry for taking so long to respond but even when I let the key go it still doesn’t stop Jump to top Permalink Log in or register to post comments maybe you did something wrong, because it works for me Jump to top Permalink Log in or register to post comments Ok how about I snap the procedures and send it Jump to top Permalink Log in or register to post comments Alright Jump to top Permalink Log in or register to post comments Jump to top Permalink Log in or register to post comments Jump to top Permalink Log in or register to post comments so the first one is a regular procedure Jump to top Permalink Log in or register to post comments while the other two pictures in the last link are procedures for a keybind Jump to top Permalink Log in or register to post comments the first link doesn't work Jump to top Permalink Log in or register to post comments Pagination Current page 1 Page 2 Next page next Last page last
make a key binding, then 3 procedures on key pressed: https://imgur.com/BwWAT2O on key released: https://imgur.com/2YTLUnu "scary" is a logic global variable of type "player_persistent" with false as initial value Jump to top Permalink Log in or register to post comments
I sent you the link for the first procedure in another message because it didn't let me send it in a message with other text for some reason Jump to top Permalink Log in or register to post comments
I work fine but when I press it again it doesn’t stop is there a way to fix that Jump to top Permalink Log in or register to post comments
I made it so that it stops when you release the key not when you press it again Jump to top Permalink Log in or register to post comments
Sorry for taking so long to respond but even when I let the key go it still doesn’t stop Jump to top Permalink Log in or register to post comments
maybe you did something wrong, because it works for me Jump to top Permalink Log in or register to post comments
Ok how about I snap the procedures and send it Jump to top Permalink Log in or register to post comments
while the other two pictures in the last link are procedures for a keybind Jump to top Permalink Log in or register to post comments
https://imgur.com/z4lgZdV
make a key binding, then 3 procedures
on key pressed: https://imgur.com/BwWAT2O
on key released: https://imgur.com/2YTLUnu
"scary" is a logic global variable of type "player_persistent" with false as initial value
I sent you the link for the first procedure in another message because it didn't let me send it in a message with other text for some reason
I work fine but when I press it again it doesn’t stop is there a way to fix that
I made it so that it stops when you release the key not when you press it again
Sorry for taking so long to respond but even when I let the key go it still doesn’t stop
maybe you did something wrong, because it works for me
Ok how about I snap the procedures and send it
Alright
so the first one is a regular procedure
while the other two pictures in the last link are procedures for a keybind
the first link doesn't work