instead of
- Code: Select all
if(Player.x == x)
{
x -= 10
}
I want to do something like
- Code: Select all
if(Any_Actor.x == x)
{
x -= 10
}
that's not the action I'm actually attempting, but it's an example.... You know what I mean right?
if(Player.x == x)
{
x -= 10
}
if(Any_Actor.x == x)
{
x -= 10
}
Users browsing this forum: No registered users and 1 guest