Mine's place_meeting(x,y,object). So versatile and useful; everyone who's read my "why not to use solid" article on my blog will also know why I like that function so much.
What's yours?
Favorite Function(s)?

SoulRed12- Moderator

- Posts: 129
Join date: 2009-05-08
Age: 19
Location: West-coast USA
- Post n°1
Favorite Function(s)?

Tirade- Stranger

- Posts: 11
Join date: 2009-10-30
- Post n°2
Re: Favorite Function(s)?
Mine is one I added "create_object_ext(x,y,obj,speed,direction)" Its nice not to have to write that extra little bit to get the same results.

SoulRed12- Moderator

- Posts: 129
Join date: 2009-05-08
Age: 19
Location: West-coast USA
- Post n°3
Re: Favorite Function(s)?
That's pretty neat. I didn't even think of custom made functions.
My favorite that I wrote to make my own life easier were probably my HitWall function (which checked dynamically for wall collisions taking into account one-way platforms WITHOUT the need of a second wall object) and TurnAngle (which turned an angle to a destination angle while being able to transverse the 359-0 boundary).
My favorite that I wrote to make my own life easier were probably my HitWall function (which checked dynamically for wall collisions taking into account one-way platforms WITHOUT the need of a second wall object) and TurnAngle (which turned an angle to a destination angle while being able to transverse the 359-0 boundary).

John- Admin

- Posts: 221
Join date: 2009-04-20
Location: U.S.A.
- Post n°4
Re: Favorite Function(s)?
I made my own grid drawing function. I actually made it into a D&D action as well. It's annoying to have to type up those two for statements to get the simple result of a grid.
Hip hip for making life easier!
Hip hip for making life easier!

Tirade- Stranger

- Posts: 11
Join date: 2009-10-30
- Post n°5
Re: Favorite Function(s)?
Just remembered another favorite that I made 'draw_rectangle_sprite_mouse(sprite,image,color,alpha)'
It was for rts games, it draws a rectangle for selecting units but makes the rectangle's lines a certain sprite.
It was for rts games, it draws a rectangle for selecting units but makes the rectangle's lines a certain sprite.

Vivi_IX- Stranger

- Posts: 36
Join date: 2009-11-04
Age: 19
Location: USA: Painesville, Ohio
- Post n°6
Re: Favorite Function(s)?
My most favorite function would be any of the string functions but to be more specific string_copy and string_replace_all. Very usefull when always working with strings.
I don't have many custom scripts but I guess my favorite would be text_to_bytes. It just converts every letter in a string into bytes to make secret yet not-so-secret messages.
I don't have many custom scripts but I guess my favorite would be text_to_bytes. It just converts every letter in a string into bytes to make secret yet not-so-secret messages.

dixee- Moderator

- Posts: 133
Join date: 2009-10-27
Age: 18
Location: Orange County
- Post n°7
Re: Favorite Function(s)?
Mine too is place_meeting(x,y,obj). It is by far the one I use most often.
_____________________
♥ ♥ ♥



by 