Talk:Building a bot
From OpenSimulator
(Difference between revisions)
(remark on changing int32 conversion) |
Latest revision as of 23:31, 11 January 2009
I needed to change these
Convert.ToInt32(pos.X)
to
(int) pos.X
etc to make it work on Vista 32 Bit otherwise the bot would go elsewhere. I wonder why that is.