• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[General] How to change integer with chat string?

Status
Not open for further replies.
Level 20
Joined
Jul 6, 2009
Messages
1,885
Integer = S2I(Substring(Entered chat string, StringLength("-host "), StringLength(Entered chat string)))
Substring function takes original string and positions of first and last characters of substring in original string. For example, Substring("Stan", 1, 4) is "tan".
 
Status
Not open for further replies.
Top