Hi I need some help im building a mooclick ip host tutorial pureley to know how it works and im stuck with this line of code.

" + MooClick: Player - On Message
+ P_OnMessage_GetSubchannel( "MooClick" ) = 0
+ Value A of Other Player = PCU_GetID( "MooClick" )
- String Parser: Set source string to P_OnMessage_GetText$( "MooClick" )
- Set X position of Other Player to Val( listGetAt$( "String Parser", 1 ) )
- Set Y position of Other Player to Val( listGetAt$( "String Parser", 2 ) )
- Set value B of other player to Val( listGetAt$( "String Parser", 3 ) )
- Set value C of other player to Val( listGetAt$( "String Parser", 4 ) )

I realize mooclick isn't a very ideal extension to use for this but im just using the tutorial to learn the basics and an help would be greatly appreciated!