Jump to content

harrybetancourt8

Members
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Chicago, USA

harrybetancourt8's Achievements

Poring

Poring (1/15)

  • One Month Later
  • Week One Done
  • First Post

Recent Badges

0

Reputation

  1. You can modify your script like this: test,114,104,4 script Test2 -1,{ setpcblock PCBLOCK_MOVE,1; // Block movement unitwalk getcharid(3),107,104; // Start unitwalk while (getcharid(3) != 107 || getcharid(4) != 104) { // Wait until arrival sleep2 100; // Optional delay } setpcblock PCBLOCK_MOVE,0; // Unblock movement end; OnInit: end; This will prevent player movement until they reach the specified coordinates (107, 104).
×
×
  • Create New...