Quote:
Originally Posted by Mark Sir Link
too lazy to check but I THINK the built in rupees variable is an int, not a float/double/etc.
always cast the serverr into an int also.
|
Technically there is no type-casting in GScript since it's dynamically-typed. I assume you're talking about the int() function though.