Python - Signs

The Great Apple

Big Cheese
Joined
Mar 24, 2002
Messages
3,361
Location
Oxford, England
Does anybody happen to know how to add signs on the map using python?

I've tried CyPlot.setLandmark("STRING") as per the API... but it says there is no such entity! I've also tried CyEngine.addSignToPlot(Plot), but that apparently doesn't exist either.

Finally, I am giving CyEngine.addSign(INT playerID, INT localID, STRING icon, STRING caption, NiPoint3 position) a go, however I can't seem to work out what to put in the STRING icon section. It also says it doesn't exist... a bit of a pain really.

Any ideas?
 
Back
Top Bottom