mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
9 lines
106 B
Text
9 lines
106 B
Text
var cmd := "marion walk NW";
|
|
|
|
var walkcmd := cmd["walk",7];
|
|
|
|
print( walkcmd );
|
|
|
|
|
|
print( walkcmd[6,2] );
|
|
|