This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| complete_quest [2024/02/05 17:04] – created justin | complete_quest [2024/02/05 20:05] (current) – justin | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ---- | ---- | ||
| (WIP) | (WIP) | ||
| + | |||
| + | Completes a [[quest]] that was previously given to the player and removes it from their [[quest]] log. The quest' | ||
| ====Signature: | ====Signature: | ||
| <code python> | <code python> | ||
| - | complete_quest() | + | complete_quest(quest_id) | 
| </ | </ | ||
| ^Argument^Description^Type^Required^ | ^Argument^Description^Type^Required^ | ||
| - | | | | | | | + | |quest_id| |[[String]]|Yes| | 
| ====Example: | ====Example: | ||
| <code bauxite> | <code bauxite> | ||
| - | complete_quest(); | + | complete_quest(" | 
| </ | </ | ||
| // | // | ||