- Joined
- Feb 22, 2006
- Messages
- 3,052
I usually try and figure stuff out on my own, but heck, I give.
How do you create an integer from a chat string?
Like for instance -
Player types in message.
Message contains -create
ex.
Player types in: -create 10 units
Action: Create 10 units for triggering player
How would I do such a thing? Doing conversion - string to integer gets me the length of the integer... but...
Not what I want :?
--donut3.5--
How do you create an integer from a chat string?
Like for instance -
Player types in message.
Message contains -create
ex.
Player types in: -create 10 units
Action: Create 10 units for triggering player
How would I do such a thing? Doing conversion - string to integer gets me the length of the integer... but...
Not what I want :?
--donut3.5--