Excuse me for asking such a beginner question. I just got into to TS, and have barely scratched the surface of any programming. I have a quick question.
So I'm trying to make a function where somebody types /gotostore and the player will go to the store.
The floor of the store is called "store1", how can I call that to use getTransform()?
So here's the rundown so far.
function serverCmdGoToStore(%client)
{%client.player.setTransform(store1.getTransform());
}
I tried PMing and looking through everything, I hate to embarrass myself on a post. But I want to get this by tonight. How do I get store1?
Thanks for reading.