|
 |
 |
| Author |
Message |
qrak
Joined: 05 Feb 2006 Posts: 160 Location: Poland
|
Posted: Sun Mar 05, 2006 11:17 am Post subject: |
|
|
.go works fine but when player stand next to the border and when he use teleport spell he sometimes passess my area, sometimes don't. Region script:
program EnterRegionZone(who)
if(example of "if")
SendSysMessage(who, "something something",3,40);
MoveObjectToLocation(who, 2586 , 198, 0, _DEFAULT_REALM, MOVEOBJECT_FORCELOCATION);
endif
endprogram |
|
 |
|
|