MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / GiveQuest

Method GiveQuest

internal/scripting/party_func.go:138–142  ·  view source on GitHub ↗
(questId string)

Source from the content-addressed store, hash-verified

136}
137
138func (p ScriptParty) GiveQuest(questId string) {
139 p.each(func(a ScriptActor) {
140 a.GiveQuest(questId)
141 })
142}
143
144func (p ScriptParty) AddGold(amt int, bankAmt ...int) {
145 p.each(func(a ScriptActor) {

Callers

nothing calls this directly

Calls 1

eachMethod · 0.95

Tested by

no test coverage detected