Initial commit
Update char.cpp
This commit is contained in:
7
how-to/LocaleSrv-Quest/example/receive_item_test.quest
Normal file
7
how-to/LocaleSrv-Quest/example/receive_item_test.quest
Normal 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
|
||||
Reference in New Issue
Block a user