After making a pretty trivial script too tell myself the min/max/avrg wind at the start of the game I have decided too expand it too having a bar ingame of the current wind; the issue is that I cannot actually figure out how too get the current wind.
Cheers for any help guys : )
Wind and such.
Moderator: Moderators
Re: Wind and such.
it is not hard to draw the bar, just make some Begin Ends varied by the
vector and strength of the wind, and use different colors.
i post more help later.
vector and strength of the wind, and use different colors.
i post more help later.
Re: Wind and such.
The bar isnt really the issue, its getting the current wind strength, but thanks anyway
Re: Wind and such.
all the synced functions work in unsynced.
synced can write anything, but should only read synced.
unsynced can read anything, but should only write unsynced.
synced can write anything, but should only read synced.
unsynced can read anything, but should only write unsynced.