mirror of
https://github.com/OpenTrespasser/JurassicParkTrespasser.git
synced 2024-12-19 15:11:57 +00:00
7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
Utility Ht "Height"
|
|
(
|
|
pickbutton GetHeight "Get Height"
|
|
|
|
on GetHeight picked obj do
|
|
messageBox (((obj.max.z - obj.min.z) as string) + " M")
|
|
) |