Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/27/21 in all areas

  1. Well you can get the full command used with something like: OnNavigate: .@cmd$ = implode(.@atcmd_parameters$, " "); if (isloggedin(getcharid(3, .@cmd$)) != 1) { message strcharinfo(0), "Target player '" + .@cmd$ + "' is offline or do not exist."; } sleep2 1; unitwalkto getcharid(3), getcharid(3, .@cmd$); end; Though, unitwalkto is very limited and will most likely fail in most scenarios.
    1 point
  2. make a condition. if player enter the name correct, convert the name into charid
    1 point
  3. @atcmd_parameters$[0] = @navto @atcmd_parameters$[1] = strcharinfo(0)
    1 point
  4. Well, they are misaligned in the RSW file because RSM models are centered using a bounding box, while RSM2 are not centered by their bounding box. So to align them within the RSW file, you need to calculate the difference between the two. Calculate the bounding box for the RSM2 file, calculate the offset between the center of it with the location in the RSW. Calculate the bounding box for the RSM file, add the previous offset to the RSW file to re-align the model­. But technically speaking, the converted RSM model is working as intended.
    1 point
  5. Hii! They've updated the website with the guides This is the current method we're using to convert a model from rsm2 to rsm I think taking a look at the current steps may help you further advance with the program development >w< https://browedit-fansite.blogspot.com/p/converting-rsm2-into-rsm.html
    1 point
×
×
  • Create New...