Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

An Example??


Warconn
 Share

Recommended Posts

hey i was searching the commands list for 2.7, and i saw

```
Call SetTile

```
the example that was in it wasnt the most explanitory on how to use it. Can anyone else explain it to me i would really like to use it in my game

Thanks
Link to comment
Share on other sites

call SetTile(map, x, y, xset, yset, tileset, layer)
- places an tile on the x and y position specified
Example: call SetTile(1, 10, 10, 15, 12, 2, 3)

I think he described it.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...