ROFL... riiigghhhtttteldemar wrote:P~~~~~~
Well that's no good.
Would anyone out there consider sending me the code at
Eldemar@Aol.com?
The (dwSlotID-2)%10 does the same thing as (dwSlotID-262)%10 doesn't it?dont_know_at_all wrote:Technically, it should have been:and after TBS it should be:Code: Select all
SubSlot=(dwSlotID-251)%10Good find. Fixed in next zip.Code: Select all
SubSlot=(dwSlotID-262)%10
Code: Select all
/if (${DoorTarget.Name.Equal[${DoorTarget.Name}]}==NULL) {
Code: Select all
/if (!${DoorTarget.Name.Find[POK]}) {
/echo No PoK portal found.
} else {
/call MoveToPortal
}