Bugz000
Bugz000
CC#
Created by Bugz000 on 2/6/2023 in #help
❔ How to structure funcs that calls funcs from static cast
thankies for your help ❤️ i will no doubt be back at some point with some other silly issue :p but for now i bid you gratitude and farewell
263 replies
CC#
Created by Bugz000 on 2/6/2023 in #help
❔ How to structure funcs that calls funcs from static cast
https://www.youtube.com/watch?v=fjWmSeoLOxc this is the terminal system i'm recreating either way, then i'll port my code to the new platform
263 replies
CC#
Created by Bugz000 on 2/6/2023 in #help
❔ How to structure funcs that calls funcs from static cast
those shouldnt' actually be random oddly enough - but it is all working 😄 thankyou ❤️
263 replies
CC#
Created by Bugz000 on 2/6/2023 in #help
❔ How to structure funcs that calls funcs from static cast
the colors are random it just landed the same by chance lol
263 replies
CC#
Created by Bugz000 on 2/6/2023 in #help
❔ How to structure funcs that calls funcs from static cast
263 replies
CC#
Created by Bugz000 on 2/6/2023 in #help
❔ How to structure funcs that calls funcs from static cast
nevermind ignore that
263 replies
CC#
Created by Bugz000 on 2/6/2023 in #help
❔ How to structure funcs that calls funcs from static cast
no it works
263 replies
CC#
Created by Bugz000 on 2/6/2023 in #help
❔ How to structure funcs that calls funcs from static cast
you have
(char)12
(char)12
instead of c12 did you miss it
263 replies
CC#
Created by Bugz000 on 2/6/2023 in #help
❔ How to structure funcs that calls funcs from static cast
it shouldn't exist but it does
263 replies
CC#
Created by Bugz000 on 2/6/2023 in #help
❔ How to structure funcs that calls funcs from static cast
ahhaha
263 replies
CC#
Created by Bugz000 on 2/6/2023 in #help
❔ How to structure funcs that calls funcs from static cast
some fun
263 replies
CC#
Created by Bugz000 on 2/6/2023 in #help
❔ How to structure funcs that calls funcs from static cast
263 replies
CC#
Created by Bugz000 on 2/6/2023 in #help
❔ How to structure funcs that calls funcs from static cast
milk:="a"
b%milk%con:="tomato"
MsgBox, Did you know that this is valid code?
??? It's amazing how you can abuse AHK when you know...
... how it works...
:) Really, there's a lot you can do with it that you wouldn't think.
. %bacon%
milk:="a"
b%milk%con:="tomato"
MsgBox, Did you know that this is valid code?
??? It's amazing how you can abuse AHK when you know...
... how it works...
:) Really, there's a lot you can do with it that you wouldn't think.
. %bacon%
263 replies
CC#
Created by Bugz000 on 2/6/2023 in #help
❔ How to structure funcs that calls funcs from static cast
double deref is another fun thing lol
263 replies
CC#
Created by Bugz000 on 2/6/2023 in #help
❔ How to structure funcs that calls funcs from static cast
sorry that's an assoc array so colors[1] or colors["black"] would return 0, typeless coding you can do some cursed stuff
263 replies
CC#
Created by Bugz000 on 2/6/2023 in #help
❔ How to structure funcs that calls funcs from static cast
guess they do start at 0 but nobody uses black
263 replies
CC#
Created by Bugz000 on 2/6/2023 in #help
❔ How to structure funcs that calls funcs from static cast
static Colors := {"Black":0,"Navy":1,"Green":2,"Teal":3,"Maroon":4,"Purple":5,"Olive":6
,"Silver":7,"Gray":8,"Blue":9,"Lime":10,"Aqua":11,"Red":12,"Fuchsia":13,"Yellow":14,"White":15}
static Colors := {"Black":0,"Navy":1,"Green":2,"Teal":3,"Maroon":4,"Purple":5,"Olive":6
,"Silver":7,"Gray":8,"Blue":9,"Lime":10,"Aqua":11,"Red":12,"Fuchsia":13,"Yellow":14,"White":15}
263 replies
CC#
Created by Bugz000 on 2/6/2023 in #help
❔ How to structure funcs that calls funcs from static cast
given all the colors are in different places
263 replies
CC#
Created by Bugz000 on 2/6/2023 in #help
❔ How to structure funcs that calls funcs from static cast
it was intentional but honestly i could do with updating the color markup a bit
263 replies
CC#
Created by Bugz000 on 2/6/2023 in #help
❔ How to structure funcs that calls funcs from static cast
yes thats because AHK starts at 1 so all my colors are from 1
263 replies