Blockland Forums > Modification Help
Need help scripting.
zefoo:
--- Quote from: elm on June 27, 2012, 08:29:13 PM ---To compare strings:
$=
!$=
To compare anything else:
==
!=
--- End quote ---
And the or sign is || right?
elm:
Correct.
zefoo:
--- Quote from: elm on June 27, 2012, 08:33:41 PM ---Correct.
--- End quote ---
And whats the best way to find the distance between 2 players?
Kalphiter:
--- Quote from: zefoo on June 27, 2012, 08:35:58 PM ---And whats the best way to find the distance between 2 players?
--- End quote ---
vectorDist(%c1.getPosition(), %c2.getPosition());
zefoo:
Why is this script
--- Code: ---
--- End code ---
suddenly not working?
nvm got it