noxworld-dev / opennox

OpenNox main repository.
GNU General Public License v3.0
440 stars 23 forks source link

RewardMarker created through ns4 doesn't turn into an actual reward (QUEST). #665

Open Ephreaym opened 5 months ago

Ephreaym commented 5 months ago
func init() {
    ns.PrintStrToAll("Welcome to Battle Royale!")
    ns.NewTimer(ns.Seconds(10), func() {
        ns.CreateObject("RewardMarker", ns.GetHost())
        ns.CreateObject("RewardMarker", ns.GetHost())
        ns.CreateObject("RewardMarker", ns.GetHost())
        ns.CreateObject("RewardMarker", ns.GetHost())
    })
}

image

Ephreaym commented 5 months ago

*if created after initial launch.