Code: Select all
/declare PCommand0 global
/declare PCommand1 global
/declare PCommand2 global
/declare PCommand3 global
/declare PCommand4 global
Sub Event_Chat(ChatType,Sender,ChatText)
/if @Sender=="owner" {
/if "@ChatText"~~Command {
/varset PCommand0 $arg(2,"@ChatText")
/varset PCommand1 $arg(3,"@ChatText")
/varset PCommand2 $arg(4,"@ChatText")
/varset PCommand3 $arg(5,"@ChatText")
/varset PCommand4 $arg(6,"@ChatText")
/@PCommand0 @PCommand1 @PCommand2 @PCommand3 @PCommand4
|Havin Problems with the above line already tried /"@PCommand0" didnt work
}
it returns ...
couldnt parse ' /@PCommand0 @PCommand1 @PCommand2 @PCommand3 @PCommand4'
Ive tried usin " marks around the commands that doesnt work, also tried various other things, any help would be appreciated, when i /echo the results it echos as /memspell 1 chloroblast, but i guess i did something wrong with the way i put the ParameterCommands as /@PCommand
Thnx for lookin

