[QUOTE = ~ ~ quablerist; 3879430] Hi I want to make a command for 5165 source did u transmute into a monster GM.
And I dont know exactly how to make that just have a idea.
************************)
************************if (cmd [0] == "/ model")
****************************if (cmd [1] == "gm")
****************************GC.MyChar.Model = 223;
************************(
Ty for help xD [/ QUOTE]
Shouldn't it be like this?
Code:
if (Cmd[0] == "/model")
{
if (Cmd[1] == "gm")
{
GC.MyChar.Body == 223;
}
}