python to blitz help!

Blitz3D Forums/Blitz3D Programming/python to blitz help!

Caton(Posted 2014) [#1]
can somebody please help me with py to bb code?



Caton(Posted 2014) [#2]
Some of it was to bb but I still need some help.


Who was John Galt?(Posted 2014) [#3]
If you have a specific question where you are stuck, you're more likely to get help. This just looks like a big block of code you're hoping someone else will convert for you, which is unlikely.


steve_ancell(Posted 2014) [#4]
Are you serious!?... Converting this to BB should be fairly simple.

Const is the same in BB

Def is Function in BB

If and Else are the same in BB, you just need to add EndIf

Elif is ElseIf in BB

For OOP stuff you just use user defined types and write some handling functions to deal with objects based on those types.

Good luck!