//************************************************** //* //* Title: Fakefur Script MapView Sample //* Make : 2006/09/10 //* Note : Put -> forwarding address display //* Touch -> forwarding address display(Map) //* //************************************************** string area = "Togenkyo"; //Area vector pos = <47, 201, 21>; //Address //**************** //* Main Program * //**************** default { //****************** //* Initialization * //****************** state_entry() { //forwarding address display llSetText("MapView FreeSample\nFurry Japan(Fake Island)", <1,1,1>, 1.5); } //********* //* Touch * //********* touch_start(integer total_number) { //forwarding address display(Map) llMapDestination(area, pos ,pos); } }