diff --git a/RS-String.mediawiki b/RS-String.mediawiki new file mode 100644 index 0000000..021d8d8 --- /dev/null +++ b/RS-String.mediawiki @@ -0,0 +1,10 @@ +== Introduction == + +RS String is a codename for a custom string data-type used in the RuneScape protocol.
+The string data-type is used to hold a series of characters in order to form a message. + +===Old Engine Protocol=== +In the old engine client, the RS String datatype is delimited by a newline character (value "\n"). + +===New Engine Protocol=== +In the new-engine client, the RS String datatype is delimited by a null byte (value 0). \ No newline at end of file