I love Cruelty Squad and this right here definitely hits the spot. If this wasn't somewhat inspired by that game I'd be shocked
Mr_dododo
6
Posts
4
Topics
3
Following
A member registered Apr 02, 2024
Recent community posts
Easy FPS Editor CE v1.10.5 community · Replied to Axebane in The "check armour" script isn't working for me
Easy FPS Editor CE v1.10.5 community · Created a new topic The "check armour" script isn't working for me
I was trying to test out a mechanic that checks how much armour you have for a specific area and it just never works at all.
the script in question
player check armour $global.armour
if $global.armour == 0 {
player speed 200
} else {
player speed 120
}
I really can't figure out what's wrong, it just doesn't register the fact I have 100 armour at all