Difference between revisions of "HasKeyword - Form"
Jump to navigation
Jump to search
m
→Examples
imported>Lisselli (→Examples: fixed syntax for the example "CurrentLocationHasKeyword". With additional check to return false if the location is none.) |
imported>Lisselli m (→Examples) |
||
Line 45: | Line 45: | ||
EndFunction | EndFunction | ||
debug.trace("Is this location a house?: " +CurrentLocationHasKeyword(LocTypeHouse)) | debug.trace("Is this location a house?: " +CurrentLocationHasKeyword(Game.GetPlayer(), LocTypeHouse)) | ||
</source> | </source> | ||
== See Also == | == See Also == | ||
*[[Form Script]] | *[[Form Script]] |