Hiya!
Let's say i want the insim to say "/msg "Playername" loves cake" when someone type "!cake".
But how can i make it to say the playername?
External C# in use ;P
This is what i got:
I have no idea :P
Let's say i want the insim to say "/msg "Playername" loves cake" when someone type "!cake".
But how can i make it to say the playername?
External C# in use ;P
This is what i got:
case "!cake":
InSim.Send_MST_Message("/msg loves cake);
break;
I have no idea :P