
xarija
-
Posts
3 -
Joined
-
Last visited
Posts posted by xarija
-
-
This is my first go at Urwigo and I have no experience in programming. After some time I managed to construct a cartridge that works, but I am not happy with the layout of one part. I have calculated the distance between two points using the Lua user expression: Wherigo.VectorToPoint(Player.ObjectLocation,Zonepoint) and got following output: distance(233.015451651, 'm'). Instead I would like to get only 233.015451651, in other words I'd like to get rid of the words distance and 'm'.
Some assistance would be appreciated.
-
On 10/28/2020 at 11:40 PM, morellenfeuer said:
Has anybody a download option for urwigo builder? Download-page http://down.maxinoha.cz/index.php?soubor=urwigo seems to be shout down.
It didn't work for me either, but when I copied it in a new tab the setup file was downloaded.
URWIGO builder
in Wherigo
Posted
This is my first go at Urwigo and I have no experience in programming. After some time I managed to construct a cartridge that works, but I am not happy with the layout of one part. I have calculated the distance between two points using the Lua user expression: Wherigo.VectorToPoint(Player.ObjectLocation,Zonepoint) and got following output: distance(233.015451651, 'm'). Instead I would like to get only 233.015451651, in other words I'd like to get rid of the words distance and 'm'.
Some assistance would be appreciated.