View Single Post
  #11  
Old 08-25-2009, 07:42 PM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by Mark Sir Link View Post
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.
Reply With Quote