Stranded II
Scripts Verify if the player is walking Verify if the player is walking
2 replies How can I create a script to verify if the player is walking or not? I didn't do much scripting, but if I wanted to check this, I'd search for the sound of steps file(maybe one of the smallest size, and even it's name can explain), and after finding it, I'd look for that filename in the scripts. no, the only way that would allow to see if the player is walking was to check his position on a regular basis.
of course this could hold the possibility that the player e.g. walks back and forth again and again so the script wouldnt trigger correctly but I dont think there'd be anything that could give you more accurate information, sadly.