March 5, 20197 yr I create list string, charN1 add into the list some strings. How another char can use this list<string>? I use quester product. Quest type override pulse c# code
March 6, 20197 yr Hello, where is your list<string>? and you want use it is quest type (overidepulsecsharpcode)?
March 6, 20197 yr Author 14 minutes ago, Droidz said: Hello, where is your list<string>? and you want use it is quest type (overidepulsecsharpcode)? how to save this list so all my bots can see it? //For example: string myNameIs = ObjectManager.Me.Name; List<string> nameOtherPlayer = new List<string>(){}; if (myNameIs == "Putin") { nameOtherPlayer.Add("Trump"); } //save the list in order to another chars can use the list //OR string myNameIs = ObjectManager.Me.Name; List<string> nameAllMyBots = new List<string>(){}; if (!nameAllMyBots.Contains(myNameIs)) { nameAllMyBots.Add(myNameIs); } quest type (overidepulsecsharpcode)? - yes.
Create an account or sign in to comment