Initial commit

Update char.cpp
This commit is contained in:
Mitachi
2022-06-22 04:23:24 +02:00
commit 681a877061
17 changed files with 266 additions and 0 deletions

View File

@ -0,0 +1,7 @@
quest receive_item_test begin
state start begin
when 70001.receive begin
syschat(string.format("(TEST) -> Count Item: %d", pc.count_item(70001)))
end
end
end