Search found 2 matches

by blaarkies
04 Nov 2021, 06:49
Forum: Other Programming Languages
Topic: [JavaScript] Passing string to function
Replies: 2
Views: 7592

Re: [JavaScript] Passing string to function

Host.GUI.alert("My other message is: "+value); // Result = My other message is: [object Native_00000000003F0000_ScriptUplink] Looking at the result, it seems that the `value` is an object. The `.alert()` function call probably expects a string, and when given an object instead, javascript will try ...
by blaarkies
04 Nov 2021, 06:20
Forum: Gaming Scripts (v1)
Topic: Freeways, draw perfect Bezier curves
Replies: 0
Views: 1286

Freeways, draw perfect Bezier curves

https://github.com/Blaarkies/freeways-helping-hand/raw/main/storage/demo.gif?raw=true https://github.com/Blaarkies/freeways-helping-hand The script is split up into 4 files for maintainability, so the link is easier to show and keep up to date (but i will edit the post with raw code if anyone prefe...

Go to advanced search